mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: nnn: Use PKG-CONFIG-FOR-TARGET.
* gnu/packages/admin.scm (nnn)[arguments]: Substitute PKG-CONFIG-FOR-TARGET for the equivalent STRING-APPEND.
This commit is contained in:
parent
f8a564446a
commit
98a7242e17
1 changed files with 1 additions and 4 deletions
|
@ -3618,10 +3618,7 @@ (define-public nnn
|
|||
(lambda _
|
||||
(substitute* "Makefile"
|
||||
(("pkg-config")
|
||||
(or (which "pkg-config")
|
||||
(string-append ,(%current-target-system)
|
||||
"-pkg-config"))))
|
||||
#t)))
|
||||
,(pkg-config-for-target))))))
|
||||
#:make-flags
|
||||
(list
|
||||
(string-append "PREFIX="
|
||||
|
|
Loading…
Reference in a new issue