gnu: inkscape: Disable "icon-theme.cache" generation.

* gnu/packages/inkscape.scm (inkscape)[arguments]<#:make-flags>: Delete.
<#:phases>[patch-icon-cache-generator]: Add phase.
master
Danny Milosavljevic 2018-05-15 12:52:28 +02:00
parent cbd2e3d52d
commit 20f5c86c3e
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 7 additions and 2 deletions

View File

@ -80,8 +80,13 @@
;; FIXME: tests require gmock
(arguments
`(#:tests? #f
#:make-flags
'("gtk_update_icon_cache=true")))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-icon-cache-generator
(lambda _
(substitute* "share/icons/application/CMakeLists.txt"
(("gtk-update-icon-cache") "true"))
#t)))))
(home-page "https://inkscape.org/")
(synopsis "Vector graphics editor")
(description "Inkscape is a vector graphics editor. What sets Inkscape