arc-theme: enable cinnamon

This commit is contained in:
Maciej Krüger
2020-09-07 23:46:59 +02:00
parent 4689b34d4f
commit 1e605712d2
+2 -1
View File
@@ -8,6 +8,7 @@
, gtk-engine-murrine , gtk-engine-murrine
, optipng , optipng
, inkscape_0 , inkscape_0
, cinnamon
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@@ -43,8 +44,8 @@ stdenv.mkDerivation rec {
''; '';
configureFlags = [ configureFlags = [
"--with-cinnamon=${cinnamon.cinnamon-common.version}"
"--with-gnome-shell=${gnome3.gnome-shell.version}" "--with-gnome-shell=${gnome3.gnome-shell.version}"
"--disable-cinnamon" # not equipped to test
"--disable-unity" "--disable-unity"
]; ];