about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-06-10 20:25:10 +0200
committerGitHub <noreply@github.com>2018-06-10 20:25:10 +0200
commit2114e15171e409f81448f3b998755f3bfdb3c2cd (patch)
treec84d16d7dd5db687bb7e8990cd13307781219963 /pkgs/top-level/python-packages.nix
parent18971dc6bbd4bfc49bb55dc5cd7453ba264d6dfc (diff)
parent95120f51092da50b2fed1f79afc966440b222fe3 (diff)
downloadnixlib-2114e15171e409f81448f3b998755f3bfdb3c2cd.tar
nixlib-2114e15171e409f81448f3b998755f3bfdb3c2cd.tar.gz
nixlib-2114e15171e409f81448f3b998755f3bfdb3c2cd.tar.bz2
nixlib-2114e15171e409f81448f3b998755f3bfdb3c2cd.tar.lz
nixlib-2114e15171e409f81448f3b998755f3bfdb3c2cd.tar.xz
nixlib-2114e15171e409f81448f3b998755f3bfdb3c2cd.tar.zst
nixlib-2114e15171e409f81448f3b998755f3bfdb3c2cd.zip
Merge pull request #41804 from Assassinkin/python-hosts
pythonPackages.python-hosts: init at 0.4.1
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 1a6a625116a9..5aea6571d2be 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -420,6 +420,8 @@ in {
 
   pytest-tornado = callPackage ../development/python-modules/pytest-tornado { };
 
+  python-hosts = callPackage ../development/python-modules/python-hosts { };
+
   python-openid = callPackage (if isPy3k
     then ../development/python-modules/python3-openid
     else ../development/python-modules/python-openid) { };