guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: abiword: Disable duplicate icon cache generation.


From: Danny Milosavljevic
Subject: 05/06: gnu: abiword: Disable duplicate icon cache generation.
Date: Sun, 4 Mar 2018 10:01:36 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 692f6e457ee2eb9cdc9d95c3f8487155ecca81d4
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Mar 4 15:43:46 2018 +0100

    gnu: abiword: Disable duplicate icon cache generation.
    
    * gnu/packages/abiword.scm (abiword): Disable duplicate icon cache 
generation.
---
 gnu/packages/abiword.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/abiword.scm b/gnu/packages/abiword.scm
index b00dac9..cf906c6 100644
--- a/gnu/packages/abiword.scm
+++ b/gnu/packages/abiword.scm
@@ -82,7 +82,7 @@
         ;; the tests to pass.
         #:tests? #f
         #:make-flags
-        (list "CXXFLAGS=-std=c++11")))
+        (list "CXXFLAGS=-std=c++11" "gtk_update_icon_cache=true")))
     (inputs
       `(("boost" ,boost)
         ("enchant" ,enchant)



reply via email to

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