about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authornagato.pain <iuns@outlook.fr>2018-06-11 05:58:49 -0700
committernagato.pain <iuns@outlook.fr>2018-06-11 12:25:00 -0700
commitfb7f515be795784e12c5694e8fd48f3457180264 (patch)
treeaa9ff31b5d8495faec28135448a028d40b21e242 /pkgs/top-level/python-packages.nix
parentb325fc7d0215cbcd971d751a0ca0789881f50863 (diff)
downloadnixlib-fb7f515be795784e12c5694e8fd48f3457180264.tar
nixlib-fb7f515be795784e12c5694e8fd48f3457180264.tar.gz
nixlib-fb7f515be795784e12c5694e8fd48f3457180264.tar.bz2
nixlib-fb7f515be795784e12c5694e8fd48f3457180264.tar.lz
nixlib-fb7f515be795784e12c5694e8fd48f3457180264.tar.xz
nixlib-fb7f515be795784e12c5694e8fd48f3457180264.tar.zst
nixlib-fb7f515be795784e12c5694e8fd48f3457180264.zip
pythonPackages.pynisher: init at 0.4.2
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 5aea6571d2be..04ffcd0f5ed9 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -392,6 +392,8 @@ in {
     inherit (pkgs.llvmPackages) openmp;
   };
 
+  pynisher = callPackage ../development/python-modules/pynisher { };
+
   pyparser = callPackage ../development/python-modules/pyparser { };
 
   pyqt4 = callPackage ../development/python-modules/pyqt/4.x.nix {