profiles: Silence GTK+ icon cache creation.
Suggested by Ricardo Wurmus <rekado@elephly.net>. * guix/profiles.scm (gtk-icon-themes)[build]: Pass --quiet to 'gtk-update-icon-cache'.
This commit is contained in:
parent
4bddf74ef2
commit
2aacd9179c
|
@ -669,7 +669,7 @@ creates the GTK+ 'icon-theme.cache' file for each theme."
|
|||
;; "abiword_48.png". Ignore these.
|
||||
(when (file-is-directory? dir)
|
||||
(ensure-writable-directory dir)
|
||||
(system* update-icon-cache "-t" dir))))
|
||||
(system* update-icon-cache "-t" dir "--quiet"))))
|
||||
(scandir destdir (negate (cut member <> '("." ".."))))))))
|
||||
|
||||
;; Don't run the hook when there's nothing to do.
|
||||
|
|
Loading…
Reference in New Issue