guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: guile-present: Install .go files to libdir.


From: Ludovic Courtès
Subject: 04/06: gnu: guile-present: Install .go files to libdir.
Date: Thu, 6 Sep 2018 05:20:51 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b290a631a0f9ee9a52095be66c843780dc0366f9
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 6 10:49:42 2018 +0200

    gnu: guile-present: Install .go files to libdir.
    
    * gnu/packages/plotutils.scm (guile-present)[source](modules, snippet):
    Remove.
---
 gnu/packages/gtk.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6c43a3a..4daaad0 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -903,14 +903,7 @@ images onto Cairo surfaces.")
               (sha256
                (base32
                 "1qam447m05sxxv6x8dlzg7qnyfc4dh8apjw1idpfhpns671gfr6m"))
-              (patches (search-patches "guile-present-coding.patch"))
-              (modules '((guix build utils)))
-              (snippet
-               '(begin
-                  (substitute* "Makefile.in"
-                    (("godir = .*$")
-                     "godir = $(moddir)\n"))
-                  #t))))
+              (patches (search-patches "guile-present-coding.patch"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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