3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Danny Milosavljevic 2017-12-30 21:09:04 +01:00 committed by Ludovic Courtès
parent 23de2e1d5f
commit d1a08062c6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")