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:
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user