unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#27738] [PATCH] gnu: claws-mail: Disable (duplicate) Gtk+ icon cache generation.
@ 2017-07-17 18:29 Danny Milosavljevic
  2017-07-18 11:58 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2017-07-17 18:29 UTC (permalink / raw)
  To: 27738

* 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 0d1d39990..7228ec9d7 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)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#27738] [PATCH] gnu: claws-mail: Disable (duplicate) Gtk+ icon cache generation.
  2017-07-17 18:29 [bug#27738] [PATCH] gnu: claws-mail: Disable (duplicate) Gtk+ icon cache generation Danny Milosavljevic
@ 2017-07-18 11:58 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-07-18 11:58 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 27738

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> * gnu/packages/mail.scm (claws-mail)[arguments]: Add make-flags to disable
> Gtk+ icon cache generation.

OK!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-18 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17 18:29 [bug#27738] [PATCH] gnu: claws-mail: Disable (duplicate) Gtk+ icon cache generation Danny Milosavljevic
2017-07-18 11:58 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).