pythonPackages.pkgconfig: change pkg-config to propagatedNativeBuildInput

Dependent packages require pkg-config.
Remove test-related overrides. Next version will include tests in the PyPi dist so there isn't much benefit to building from source just for that.
This commit is contained in:
Luke Adams
2021-01-01 16:21:40 +00:00
parent 4a75203f02
commit 3f7e683741
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -4667,7 +4667,7 @@ in {
inherit (pkgs.libsForQt5) soqt;
};
pkgconfig = callPackage ../development/python-modules/pkgconfig { inherit (pkgs) pkgconfig; };
pkgconfig = callPackage ../development/python-modules/pkgconfig { inherit (pkgs) pkg-config; };
pkginfo = callPackage ../development/python-modules/pkginfo { };