From 692f6e457ee2eb9cdc9d95c3f8487155ecca81d4 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sun, 4 Mar 2018 15:43:46 +0100 Subject: [PATCH] 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 b00dac9a63..cf906c6ea4 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)