From 14d21f60a86701dffb397854b734c07a1d10dad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 2 Feb 2019 15:43:54 +0100 Subject: [PATCH] Revert "python*Packages.pkgconfig: try avoiding multiple breakages" This reverts commit 3d979f432cef1836386ecf0cf466da06d01f422f. The remaining problems should be fixed by eb3f0aef438e55058f21747fe95e947977ad4734. --- pkgs/development/python-modules/pkgconfig/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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