build-system/glib-or-gtk: Don't generate 'icon-theme.cache'.
authorDanny Milosavljevic <dannym@scratchpost.org>
Sat, 30 Dec 2017 20:09:04 +0000 (21:09 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 1 Jan 2018 17:09:05 +0000 (18:09 +0100)
* 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>
guix/build-system/glib-or-gtk.scm

index d585d84..621e68e 100644 (file)
                             (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")