mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
guix: build: Add "share/pkgconfig" to PKG_CONFIG_PATH, as used by xorg.
* guix/build/gnu-build-system.scm (set-paths): Add "share/pkgconfig" to PKG_CONFIG_PATH.
This commit is contained in:
parent
827d28914a
commit
8689a1908a
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ (define (relevant-input-directories env-var)
|
|||
;; FIXME: Eventually move this to the `search-paths' field of the
|
||||
;; `pkg-config' package.
|
||||
(set-path-environment-variable "PKG_CONFIG_PATH"
|
||||
'("lib/pkgconfig" "lib64/pkgconfig")
|
||||
'("lib/pkgconfig" "lib64/pkgconfig"
|
||||
"share/pkgconfig")
|
||||
(relevant-input-directories "PKG_CONFIG_PATH"))
|
||||
|
||||
;; Dump the environment variables as a shell script, for handy debugging.
|
||||
|
|
Loading…
Reference in a new issue