summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-09-06 10:49:42 +0200
committerLudovic Courtès <ludo@gnu.org>2018-09-06 10:49:42 +0200
commitb290a631a0f9ee9a52095be66c843780dc0366f9 (patch)
tree381d0524ade8ac4e169d5ea8f8c991437328f4d1 /gnu
parent89874fd15610bc35c586b38a0d575522140ff5b8 (diff)
downloadguix-b290a631a0f9ee9a52095be66c843780dc0366f9.tar.gz
gnu: guile-present: Install .go files to libdir.
* gnu/packages/plotutils.scm (guile-present)[source](modules, snippet):
Remove.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gtk.scm9
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6c43a3ab56..4daaad0ebc 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