guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: claws-mail: Disable (duplicate) Gtk+ icon cache generation.


From: Danny Milosavljevic
Subject: 01/01: gnu: claws-mail: Disable (duplicate) Gtk+ icon cache generation.
Date: Wed, 26 Jul 2017 02:19:08 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit ff4192ff5783855b025093c6e5cf133efb60943b
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Jul 17 20:29:50 2017 +0200

    gnu: claws-mail: Disable (duplicate) Gtk+ icon cache generation.
    
    * gnu/packages/mail.scm (claws-mail)[arguments]: Add make-flags to disable
    Gtk+ icon cache generation.
---
 gnu/packages/mail.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 157a33f..cc76a93 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -930,6 +930,11 @@ compresses it.")
     (arguments
       '(#:configure-flags
         '("--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant")
+        #:make-flags
+        ;; Disable updating icon cache since it's done by the profile hook.
+        ;; Conflict with other packages in the profile would be inevitable
+        ;; otherwise.
+        '("gtk_update_icon_cache=true")
         #:phases (modify-phases %standard-phases
                    (add-before 'build 'patch-mime
                      (lambda* (#:key inputs #:allow-other-keys)



reply via email to

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