1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

gnu: pkgconf: Add $PKG_CONFIG_PATH search path.

* gnu/packages/pkg-config.scm (%pkgconf)
[native-search-paths]: Add $PKG_CONFIG_PATH.

Change-Id: I6c5c20ca26a3cf21c16eb24747c250ba432a276d
This commit is contained in:
Maxim Cournoyer
2024-01-30 20:12:49 -05:00
committed by Ludovic Courtès
parent d41a1c3c1e
commit 506b910e7b
+1
View File
@@ -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