profiles: Silence GTK+ icon theme union.
Suggested by Ricardo Wurmus <rekado@elephly.net>. * guix/profiles.scm (gtk-icon-themes)[build]: Pass 'union-build' a #:log-port argument.
This commit is contained in:
parent
b9fa245fcd
commit
4bddf74ef2
|
@ -658,7 +658,8 @@ creates the GTK+ 'icon-theme.cache' file for each theme."
|
|||
|
||||
;; Union all the icons.
|
||||
(mkdir-p (string-append #$output "/share"))
|
||||
(union-build destdir icondirs)
|
||||
(union-build destdir icondirs
|
||||
#:log-port (%make-void-port "w"))
|
||||
|
||||
;; Update the 'icon-theme.cache' file for each icon theme.
|
||||
(for-each
|
||||
|
|
Loading…
Reference in New Issue