buildPythonPackage: fix pypy
This commit is contained in:
parent
481a9ada06
commit
42acb5dc55
@ -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
|
# check if we have two packagegs with the same name in closure and fail
|
||||||
# this shouldn't happen, something went wrong with dependencies specs
|
# this shouldn't happen, something went wrong with dependencies specs
|
||||||
python ${./do_conflict.py}
|
${python.interpreter} ${./do_conflict.py}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
shellHook = attrs.shellHook or ''
|
shellHook = attrs.shellHook or ''
|
||||||
|
Loading…
Reference in New Issue
Block a user