gnu: inkscape: Disable duplicate icon cache generation.

* gnu/packages/inkscape.scm (inkscape): Disable duplicate icon cache
generation.
This commit is contained in:
Danny Milosavljevic 2018-03-04 15:44:34 +01:00
parent 692f6e457e
commit 81ed306dee
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -87,7 +87,10 @@ (define-public inkscape
("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