guix-commits
[Top][All Lists]
Advanced

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

02/02: profiles: Silence GTK+ icon cache creation.


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

civodul pushed a commit to branch master
in repository guix.

commit 2aacd9179ca618fe4f3d568caf2052a47b17cbe6
Author: Ludovic Courtès <address@hidden>
Date:   Fri Dec 4 15:57:03 2015 +0100

    profiles: Silence GTK+ icon cache creation.
    
    Suggested by Ricardo Wurmus <address@hidden>.
    
    * guix/profiles.scm (gtk-icon-themes)[build]: Pass --quiet to
    'gtk-update-icon-cache'.
---
 guix/profiles.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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



reply via email to

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