arc-theme: enable cinnamon

This commit is contained in:
Maciej Krüger 2020-09-05 21:36:17 +02:00
parent 4689b34d4f
commit 1e605712d2
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

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"
];