mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
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
|
||||
# this shouldn't happen, something went wrong with dependencies specs
|
||||
python ${./do_conflict.py}
|
||||
${python.interpreter} ${./do_conflict.py}
|
||||
'';
|
||||
|
||||
shellHook = attrs.shellHook or ''
|
||||
|
Loading…
Reference in New Issue
Block a user