berlin.guix.gnu.org.pub'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/artwork.scm
g.scm?id=37ec990182034274b5614e48e24a9fa76f82ee13&showmsg=1'>pkg-config.scm
AgeCommit message (Expand)Author
AgeCommit message (Collapse)Author
2024-12-09gnu: pkgconf: Update to 2.3.0.Zheng Junjie
* gnu/packages/pkg-config.scm (pkgconf): Update to 2.3.0. Change-Id: Ifaed690166dd3461161594a94146638eb872bb20 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
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