gnome: rename from gnome3

Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
This commit is contained in:
Jan Tojnar
2021-05-08 09:47:42 +02:00
parent d03a5eb097
commit 468cb5980b
550 changed files with 1512 additions and 1327 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
, autoreconfHook
, pkg-config
, gtk3
, gnome3
, gnome
, gtk-engine-murrine
, optipng
, inkscape
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
];
propagatedUserEnvPkgs = [
gnome3.gnome-themes-extra
gnome.gnome-themes-extra
gtk-engine-murrine
];
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-cinnamon=${cinnamon.cinnamon-common.version}"
"--with-gnome-shell=${gnome3.gnome-shell.version}"
"--with-gnome-shell=${gnome.gnome-shell.version}"
"--disable-unity"
];