gnu: inkscape: Disable duplicate icon cache generation.
* gnu/packages/inkscape.scm (inkscape): Disable duplicate icon cache generation.
This commit is contained in:
parent
692f6e457e
commit
81ed306dee
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue