gnu: abiword: Disable duplicate icon cache generation.
* gnu/packages/abiword.scm (abiword): Disable duplicate icon cache generation.
This commit is contained in:
parent
64cdd73c22
commit
692f6e457e
|
@ -82,7 +82,7 @@
|
||||||
;; the tests to pass.
|
;; the tests to pass.
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "CXXFLAGS=-std=c++11")))
|
(list "CXXFLAGS=-std=c++11" "gtk_update_icon_cache=true")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("enchant" ,enchant)
|
("enchant" ,enchant)
|
||||||
|
|
Loading…
Reference in New Issue