apteryx pushed a commit to branch core-updates
in repository guix.
commit 7eb0419730e3a85e14b48f4ecf61eba8ce350c55
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Jan 30 20:12:49 2024 -0500
gnu: pkgconf: Add $PKG_CONFIG_PATH search path.
* gnu/packages/pkg-config.scm (%pkgconf)
[native-search-paths]: Add $PKG_CONFIG_PATH.
Change-Id: I6c5c20ca26a3cf21c16eb24747c250ba432a276d
---
gnu/packages/pkg-config.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/pkg-config.scm b/gnu/packages/pkg-config.scm
index a5459dd2a8..64a36b2126 100644
--- a/gnu/packages/pkg-config.scm
+++ b/gnu/packages/pkg-config.scm
@@ -189,6 +189,7 @@ exec ~a \"$@\""
;; Kyua requires a writable HOME.
(setenv "HOME" "/tmp"))))))
(native-inputs (list atf kyua))
+ (native-search-paths (list $PKG_CONFIG_PATH))
(home-page "http://pkgconf.org/")
(synopsis "Package compiler and linker metadata toolkit")
(description "@command{pkgconf} is a program which helps to configure