mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: arc-theme: Add missing configure flag.
* gnu/packages/gnome.scm (arc-theme)[arguments]: Add ‘--disable-cinnamon’ to #:configure-flags.
This commit is contained in:
parent
aa11334ab0
commit
1cf5d2cf21
1 changed files with 3 additions and 1 deletions
|
@ -9550,7 +9550,9 @@ (define-public arc-theme
|
|||
"1x2l1mwjx68dwf3jb1i90c1q8nqsl1wf2zggcn8im6590k5yv39s"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
'(#:configure-flags
|
||||
(list "--disable-cinnamon")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; autogen.sh calls configure at the end of the script.
|
||||
(replace 'bootstrap
|
||||
|
|
Loading…
Reference in a new issue