summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6c43a3ab566..4daaad0ebcd 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -903,14 +903,7 @@ images onto Cairo surfaces.")
903 (sha256 903 (sha256
904 (base32 904 (base32
905 "1qam447m05sxxv6x8dlzg7qnyfc4dh8apjw1idpfhpns671gfr6m")) 905 "1qam447m05sxxv6x8dlzg7qnyfc4dh8apjw1idpfhpns671gfr6m"))
906 (patches (search-patches "guile-present-coding.patch")) 906 (patches (search-patches "guile-present-coding.patch"))))
907 (modules '((guix build utils)))
908 (snippet
909 '(begin
910 (substitute* "Makefile.in"
911 (("godir = .*$")
912 "godir = $(moddir)\n"))
913 #t))))
914 (build-system gnu-build-system) 907 (build-system gnu-build-system)
915 (arguments 908 (arguments
916 '(#:phases 909 '(#:phases