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:
committed by
Ludovic Courtès
parent
d41a1c3c1e
commit
506b910e7b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user