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:
Robert Schütz 2019-02-02 15:43:54 +01:00
parent eb3f0aef43
commit 14d21f60a8

View File

@ -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