diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-17 19:49:51 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-17 20:29:21 +0100 |
commit | 1cf5d2cf219069f64d51a26ca42600c5f38025ad (patch) | |
tree | 212f2d7b8c17800863ade70e5eec1a4111588857 /gnu/packages/gnome.scm | |
parent | aa11334ab0e16d5625d5b1f2158b67c9663c4513 (diff) |
gnu: arc-theme: Add missing configure flag.
* gnu/packages/gnome.scm (arc-theme)[arguments]: Add ‘--disable-cinnamon’
to #:configure-flags.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 827db80fbf..5713ae20f3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9550,7 +9550,9 @@ functionality and behavior.") "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 |