python*Packages.pkgconfig: try avoiding multiple breakages

I don't feel like doing many commits like the parent one,
but feel free to improve...
This commit is contained in:
Vladimír Čunát 2019-02-02 14:33:15 +01:00
parent 05c62669b9
commit 3d979f432c
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -11,7 +11,10 @@ buildPythonPackage rec {
checkInputs = [ nose ]; checkInputs = [ nose ];
nativeBuildInputs = [ pkgconfig ]; # 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 ];
checkPhase = '' checkPhase = ''
nosetests nosetests