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 ];
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user