3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: abiword: Disable duplicate icon cache generation.

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

View file

@ -82,7 +82,7 @@
;; the tests to pass.
#:tests? #f
#:make-flags
(list "CXXFLAGS=-std=c++11")))
(list "CXXFLAGS=-std=c++11" "gtk_update_icon_cache=true")))
(inputs
`(("boost" ,boost)
("enchant" ,enchant)