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
, optipng
, inkscape_0
, cinnamon
}:
stdenv.mkDerivation rec {
@@ -43,8 +44,8 @@ stdenv.mkDerivation rec {
'';
configureFlags = [
"--with-cinnamon=${cinnamon.cinnamon-common.version}"
"--with-gnome-shell=${gnome3.gnome-shell.version}"
"--disable-cinnamon" # not equipped to test
"--disable-unity"
];