diff --git a/pkgs/development/python-modules/pkgconfig/default.nix b/pkgs/development/python-modules/pkgconfig/default.nix index 7a25ac78a19..38098b432e4 100644 --- a/pkgs/development/python-modules/pkgconfig/default.nix +++ b/pkgs/development/python-modules/pkgconfig/default.nix @@ -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