buildPythonPackage: fix pypy

This commit is contained in:
Domen Kožar 2015-11-18 12:39:43 +01:00
parent 481a9ada06
commit 42acb5dc55

View File

@ -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 ''