~ruther/guix-local

245575eaf33801753ac8290e077c4397b2568540 — Ludovic Courtès 9 years ago 60f37e3
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)