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