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:
parent
0a129f391b
commit
257abebba3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue