guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: inkscape: Disable duplicate icon cache generation.


From: Danny Milosavljevic
Subject: 06/06: gnu: inkscape: 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 81ed306dee3b1049041edaa4b7beab8ef2743aea
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Mar 4 15:44:34 2018 +0100

    gnu: inkscape: Disable duplicate icon cache generation.
    
    * gnu/packages/inkscape.scm (inkscape): Disable duplicate icon cache
    generation.
---
 gnu/packages/inkscape.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index f1a3cb2..dc5a30b 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -87,7 +87,10 @@
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)))
     ;; FIXME: tests require gmock
-    (arguments `(#:tests? #f))
+    (arguments
+     `(#:tests? #f
+       #:make-flags
+       '("gtk_update_icon_cache=true")))
     (home-page "https://inkscape.org/";)
     (synopsis "Vector graphics editor")
     (description "Inkscape is a vector graphics editor.  What sets Inkscape



reply via email to

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