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
+2 -2
View File
@@ -29,7 +29,7 @@
, libxkbcommon
, libxml2
, gmp
, gnome3
, gnome
, gsettings-desktop-schemas
, sassc
, trackerSupport ? stdenv.isLinux
@@ -206,7 +206,7 @@ stdenv.mkDerivation rec {
'';
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = "gtk+";
attrPath = "gtk3";
};
+2 -2
View File
@@ -28,7 +28,7 @@
, libsoup
, ffmpeg
, gmp
, gnome3
, gnome
, gsettings-desktop-schemas
, gst_all_1
, sassc
@@ -216,7 +216,7 @@ stdenv.mkDerivation rec {
'';
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = "gtk";
attrPath = "gtk4";
};