guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/11: gnu: guile-persist: Install .go files in the right place.


From: guix-commits
Subject: 03/11: gnu: guile-persist: Install .go files in the right place.
Date: Tue, 25 Jun 2019 11:41:46 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 85a411bc282f9d6749d5ff029e152fba9f5b4712
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jun 25 15:02:29 2019 +0200

    gnu: guile-persist: Install .go files in the right place.
    
    * gnu/packages/guile-xyz.scm (guile-persist)[source](modules, snippet):
    New fields.
---
 gnu/packages/guile-xyz.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 68df7ea..5366b1b 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2123,7 +2123,14 @@ chunks can be expressions as well as simple tokens.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0z5nf377wh8yj6n3sx2ddn4bdx1qrqnw899dlqjhg0q69qzil522"))))
+                  "0z5nf377wh8yj6n3sx2ddn4bdx1qrqnw899dlqjhg0q69qzil522"))
+                (modules '((guix build utils)))
+                (snippet
+                 '(begin
+                    ;; Install .go files in the right place.
+                    (substitute* "Makefile.am"
+                      (("/ccache") "/site-ccache"))
+                    #t))))
       (build-system gnu-build-system)
       (arguments
        `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]