me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 1 deletions

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