about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pkgconfig
AgeCommit message (Collapse)AuthorFilesLines
2021-09-01python3Packages.pkgconfig: 1.5.4 -> 1.5.5Martin Weinelt1-2/+2
2021-06-22python3Packages.pkgconfig: 1.5.2 -> 1.5.4Martin Weinelt1-2/+2
2021-02-26python3Packages.pkgconfig: 1.5.1 -> 1.5.2Frederik Rietdijk1-2/+2
2021-01-01pythonPackages.pkgconfig: change pkg-config to propagatedNativeBuildInputLuke Adams1-8/+7
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.
2020-05-29python.pkgs.pkgconfig: fix setup hookFrederik Rietdijk1-1/+7
after regression caused by https://github.com/NixOS/nixpkgs/pull/87705
2020-05-16treewide: pkg-config has `targetPrefix`John Ericson1-1/+1
2020-05-16pkg-config-wrapper: InitJohn Ericson1-1/+1
This fixes longstanding build issues
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-27python: pkgconfig: 1.4.0 -> 1.5.1Frederik Rietdijk1-2/+2
2019-02-17pythonPackages.pkgconfig: use same setupHook as pkgconfigSpencer Baugh1-0/+2
This setupHook is necessary for actually using pkgconfig. Without this setupHook, you need to put both pythonPackages.pkgconfig and pkgconfig into your buildInputs, just to get the setuphook of the latter. Previously, pythonPackages.pkgconfig depended on pkgconfig as a propagatedBuildInput, so this setupHook was propagated down to dependents. That was changed to a regular nativeBuildInput, so now this setupHook change is necessary for packages to only depend on pythonPackages.pkgconfig. A possible alternative is extracting out a common pkgconfigHook package and having both pythonPackages.pkgconfig and pkgconfig depend on that with propagatedBuildInputs. That might be necessary to avoid the buildHook running twice?
2019-01-15python.pkgs.pkgconfig: hardcode path to pkg-configFrederik Rietdijk2-1/+44
2018-08-25python: pkgconfig: 1.3.1 -> 1.4.0Frederik Rietdijk1-2/+2
2018-06-21python.pkgs.pkgconfig: move expressionRobert Schütz1-0/+25