gnu: guile-git: Install .go files to /site-ccache.
* gnu/packages/guile.scm (guile-git)[arguments] <bootstrap>: Change "/ccache" to "/site-ccache" in Makefile.am.
This commit is contained in:
parent
60f37e3cb1
commit
245575eaf3
|
@ -1707,6 +1707,11 @@ is not available for Guile 2.0.")
|
|||
'(#:phases (modify-phases %standard-phases
|
||||
(add-after 'unpack 'bootstrap
|
||||
(lambda _
|
||||
;; Install .go files to "site-ccache", not "ccache".
|
||||
(substitute* "Makefile.am"
|
||||
(("/ccache")
|
||||
"/site-ccache"))
|
||||
|
||||
(zero? (system* "autoreconf" "-vfi")))))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in New Issue