mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue