Revert "python*Packages.pkgconfig: try avoiding multiple breakages"
This reverts commit 3d979f432cef1836386ecf0cf466da06d01f422f. The remaining problems should be fixed by eb3f0aef438e55058f21747fe95e947977ad4734.
This commit is contained in:
parent
eb3f0aef43
commit
14d21f60a8
@ -11,10 +11,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ nose ];
|
||||
|
||||
# Apparently many our expressions get pythonPackages.pkgconfig and expect
|
||||
# to have the pkg-config executable on $PATH
|
||||
# For some reason, propagatedNativeBuildInputs don't seem enough.
|
||||
propagatedBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
checkPhase = ''
|
||||
nosetests
|
||||
|
Loading…
x
Reference in New Issue
Block a user