mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pythonPackages.worldengine: fix build
This commit is contained in:
parent
fac1ded619
commit
72457cdebb
@ -25473,7 +25473,7 @@ EOF
|
||||
substituteInPlace setup.py \
|
||||
--replace pypng>=0.0.18 purepng \
|
||||
--replace 'numpy>=1.9.2, <= 1.10.0.post2' 'numpy' \
|
||||
--replace 'argparse==1.2.1' 'argparse' \
|
||||
--replace 'argparse==1.2.1' "" \
|
||||
--replace 'protobuf==3.0.0a3' 'protobuf' \
|
||||
--replace 'noise==1.2.2' 'noise' \
|
||||
--replace 'PyPlatec==1.4.0' 'PyPlatec' \
|
||||
|
Loading…
Reference in New Issue
Block a user