guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: profiles: Silence GTK+ icon theme union.


From: Ludovic Courtès
Subject: 01/02: profiles: Silence GTK+ icon theme union.
Date: Fri, 04 Dec 2015 22:12:15 +0000

civodul pushed a commit to branch master
in repository guix.

commit 4bddf74ef23a515635e3b5787ade3cb39deaf17d
Author: Ludovic Courtès <address@hidden>
Date:   Fri Dec 4 15:53:31 2015 +0100

    profiles: Silence GTK+ icon theme union.
    
    Suggested by Ricardo Wurmus <address@hidden>.
    
    * guix/profiles.scm (gtk-icon-themes)[build]: Pass 'union-build' a
      #:log-port argument.
---
 guix/profiles.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/guix/profiles.scm b/guix/profiles.scm
index e8bd564..154c8a1 100644
--- a/guix/profiles.scm
+++ b/guix/profiles.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]