mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: hexchat: Disable (duplicate) icon theme generation.
* gnu/packages/messaging.scm (hexchat): Disable (duplicate) icon theme generation.
This commit is contained in:
parent
6368eb397d
commit
4583d82721
1 changed files with 2 additions and 1 deletions
|
@ -239,7 +239,8 @@ (define-public hexchat
|
|||
("perl-xml-parser" ,perl-xml-parser)
|
||||
("python-2" ,python-2)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:make-flags '("UPDATE_ICON_CACHE=true") ; Disable icon theme generation
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; Release 2.12.4 wasn't properly bootstrapped. Later ones might be!
|
||||
(add-after 'unpack 'bootstrap
|
||||
|
|
Loading…
Reference in a new issue