guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: guile-present: Install .go files in /site-ccache.


From: guix-commits
Subject: 09/11: gnu: guile-present: Install .go files in /site-ccache.
Date: Thu, 23 Jan 2020 05:28:09 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit b93cde3d8cf52af02083cdc23e5819699f5aea67
Author: Ludovic Courtès <address@hidden>
AuthorDate: Thu Jan 23 11:18:14 2020 +0100

    gnu: guile-present: Install .go files in /site-ccache.
    
    * gnu/packages/gtk.scm (guile-present)[source]: Add 'modules' and 'snippet'.
---
 gnu/packages/gtk.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 93e90fa..6b61e9c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -946,7 +946,14 @@ images onto Cairo surfaces.")
               (sha256
                (base32
                 "1qam447m05sxxv6x8dlzg7qnyfc4dh8apjw1idpfhpns671gfr6m"))
-              (patches (search-patches "guile-present-coding.patch"))))
+              (patches (search-patches "guile-present-coding.patch"))
+              (modules '((guix build utils)))
+              (snippet
+               '(begin
+                  ;; Install .go files in the right place.
+                  (substitute* "Makefile.in"
+                    (("/ccache") "/site-ccache"))
+                  #t))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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