From 42acb5dc55a754ef074cb13e2386886a2a99c483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 18 Nov 2015 12:39:43 +0100 Subject: [PATCH] buildPythonPackage: fix pypy --- pkgs/development/python-modules/generic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/generic/default.nix b/pkgs/development/python-modules/generic/default.nix index 2927b3ab4013..cb2d67c61eba 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 ''