mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-27 20:50:34 +02:00
gnu: abiword: Disable duplicate icon cache generation.
* gnu/packages/abiword.scm (abiword): Disable duplicate icon cache generation.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user