mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: guile-persist: Install go files to canonical directory.
* gnu/packages/guile-xyz.scm (guile-persist)[arguments]: Patch target directory for go files in build phase "patch-prefix".
This commit is contained in:
parent
8318b3ed8c
commit
8f05252862
1 changed files with 3 additions and 1 deletions
|
@ -2132,7 +2132,9 @@ (define-public guile-persist
|
|||
(("/usr/local/include/guile")
|
||||
(string-append (assoc-ref inputs "guile") "/include/guile"))
|
||||
(("-L/usr/local/lib")
|
||||
(string-append "-L" (assoc-ref inputs "guile") "/lib")))
|
||||
(string-append "-L" (assoc-ref inputs "guile") "/lib"))
|
||||
;; Use canonical directory for go files.
|
||||
(("/ccache") "/site-ccache"))
|
||||
#t))
|
||||
(add-after 'unpack 'patch-library-reference
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue