build-system/glib-or-gtk: Don't generate 'icon-theme.cache'.
* guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Don't generate 'icon-theme.cache'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
23de2e1d5f
commit
d1a08062c6
|
@ -110,7 +110,8 @@
|
|||
(outputs '("out"))
|
||||
(search-paths '())
|
||||
(configure-flags ''())
|
||||
(make-flags ''())
|
||||
;; Disable icon theme cache generation.
|
||||
(make-flags ''("gtk_update_icon_cache=true"))
|
||||
(out-of-source? #t)
|
||||
(tests? #t)
|
||||
(test-target "check")
|
||||
|
|
Loading…
Reference in New Issue