apteryx pushed a commit to branch wip-cu-switch-to-pkgconf
in repository guix.

commit d1a32b8b50fb83d7b2087f6d60d97737f2e257e7
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
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 575666658c..ec01887643 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

Reply via email to