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
1 changed files with 0 additions and 3 deletions

View File

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