me
/
guix
Archived
1
0
Fork 0

gnu: nnn: Use PKG-CONFIG-FOR-TARGET.

* gnu/packages/admin.scm (nnn)[arguments]: Substitute
PKG-CONFIG-FOR-TARGET for the equivalent STRING-APPEND.
master
Tobias Geerinckx-Rice 2021-04-23 23:08:58 +02:00
parent f8a564446a
commit 98a7242e17
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 4 deletions

View File

@ -3618,10 +3618,7 @@ information tool.")
(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="