summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-11-18 12:39:43 +0100
committerDomen Kožar <domen@dev.si>2015-11-21 21:44:12 +0100
commit42acb5dc55a754ef074cb13e2386886a2a99c483 (patch)
tree01e5e4834e50bb0ef59acc258c255a649d9f5f3f /pkgs/development/python-modules
parent481a9ada06b28e0ae1ce2a014a00d37f010e13f6 (diff)
downloadnixpkgs-42acb5dc55a754ef074cb13e2386886a2a99c483.tar
nixpkgs-42acb5dc55a754ef074cb13e2386886a2a99c483.tar.gz
nixpkgs-42acb5dc55a754ef074cb13e2386886a2a99c483.tar.bz2
nixpkgs-42acb5dc55a754ef074cb13e2386886a2a99c483.tar.lz
nixpkgs-42acb5dc55a754ef074cb13e2386886a2a99c483.tar.xz
nixpkgs-42acb5dc55a754ef074cb13e2386886a2a99c483.tar.zst
nixpkgs-42acb5dc55a754ef074cb13e2386886a2a99c483.zip
buildPythonPackage: fix pypy
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/generic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/generic/default.nix b/pkgs/development/python-modules/generic/default.nix
index 2927b3ab401..cb2d67c61eb 100644
--- a/pkgs/development/python-modules/generic/default.nix
+++ b/pkgs/development/python-modules/generic/default.nix
@@ -106,7 +106,7 @@ python.stdenv.mkDerivation (builtins.removeAttrs attrs ["disabled"] // {
 
     # check if we have two packagegs with the same name in closure and fail
     # this shouldn't happen, something went wrong with dependencies specs
-    python ${./do_conflict.py}
+    ${python.interpreter} ${./do_conflict.py}
   '';
 
   shellHook = attrs.shellHook or ''