gnu: gtk+: Adapt pre-configure phase to version 3.16.6.

This is a followup to commit a35b8fc6c4.

* gnu/packages/gtk.scm (gtk+)[arguments]: In 'pre-configure' phase, remove
  substitutions of 'gtk-update-icon-cache' in demo Makefiles.
This commit is contained in:
Mark H Weaver 2015-09-19 17:27:21 -04:00
parent 0a129f391b
commit 257abebba3

View file

@ -562,9 +562,6 @@ (define-public gtk+
(substitute* "testsuite/Makefile.in" (substitute* "testsuite/Makefile.in"
(("SUBDIRS = gdk gtk a11y css reftests") (("SUBDIRS = gdk gtk a11y css reftests")
"SUBDIRS = gdk")) "SUBDIRS = gdk"))
(substitute* '("demos/widget-factory/Makefile.in"
"demos/gtk-demo/Makefile.in")
(("gtk-update-icon-cache") "$(bindir)/gtk-update-icon-cache"))
#t) #t)
(alist-cons-after (alist-cons-after
'install 'wrap-gtk-encode-symbolic-svg 'install 'wrap-gtk-encode-symbolic-svg