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.
1 files changed, 5 insertions(+), 0 deletions(-) M gnu/packages/guile.scm
M gnu/packages/guile.scm => gnu/packages/guile.scm +5 -0
@@ 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)