mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 08:54:46 +00:00
python3Packages.nose: fix cross-compiling
This commit is contained in:
parent
556884e365
commit
27ff1af1cb
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
preBuild = lib.optionalString
|
||||
((python.isPy3k or false) && (python.pname != "pypy3"))
|
||||
''
|
||||
2to3 -wn nose functional_tests unit_tests
|
||||
${python.pythonForBuild}/bin/2to3 -wn nose functional_tests unit_tests
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ coverage ];
|
||||
|
Loading…
Reference in New Issue
Block a user