*.a *.o .deps .dirstamp git.css'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pkg-config.scm
AgeCommit message (Collapse)Author
2024-08-31gnu: Avoid cycle involving (gnu packages pkg-config).Ludovic Courtès
Fixes a regression introduced in 7a26aee61bbbd8e37745ce13433545333eac4505 whereby (gnu packages pkg-config) would be caught in a cycle, leading to miscompilation of package modules, in turn leading to failure to compute the Guix derivation with exceptions like: 1. &package-input-error: package: #<package libgc@8.2.4 7fee96c4dc60> input: ("_" #<syntax-transformer pkg-config>) * gnu/packages/pkg-config.scm: Autoload (gnu packages check). Change-Id: I624e701a0c411b6f3d9ad5e10dca6ad7cf552be4
2024-08-31gnu: pkgconf: Add $PKG_CONFIG_PATH search path.Maxim Cournoyer
* gnu/packages/pkg-config.scm (%pkgconf) [native-search-paths]: Add $PKG_CONFIG_PATH. Change-Id: I6c5c20ca26a3cf21c16eb24747c250ba432a276d
2024-08-31gnu: pkgconf: Enable test suite.Maxim Cournoyer
* gnu/packages/pkg-config.scm (pkgconf) [arguments]: Remove #:tests? argument. Add a set-HOME phase. [native-inputs]: Add atf and kyua. Change-Id: I28410d7486ab45cf1cbc6d306345fb85f0b9d7fc
2024-08-31gnu: pkgconf: Update to 2.1.0.Maxim Cournoyer
* gnu/packages/pkg-config.scm (pkgconf): Update to 2.1.0. Change-Id: I5d61cd792ea89bc05a590997a3c8ed5243a57adc
2023-08-26gnu: pkgconf: Update to 2.0.2.Zheng Junjie
* gnu/packages/pkg-config.scm (pkgconf): Update to 2.0.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>