···5859 gnome-common = callPackage ./core/gnome-common { };
6061- gnome-desktop = callPackage ./core/gnome-desktop { };
62-63 gnome-dictionary = callPackage ./core/gnome-dictionary { };
6465 gnome-disk-utility = callPackage ./core/gnome-disk-utility { };
···281}) // lib.optionalAttrs (config.allowAliases or true) {
282#### Legacy aliases. They need to be outside the scope or they will shadow the attributes from parent scope.
2830284 libgnome-games-support = pkgs.libgnome-games-support; # added 2022-02-19
285286 bijiben = throw "The ‘gnome.bijiben’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-notes’ directly."; # added 2018-09-26
···289 glib_networking = throw "The ‘gnome.glib_networking’ alias was removed on 2022-01-13. Please use ‘pkgs.glib-networking’ directly."; # added 2018-02-25
290 gnome_common = throw "The ‘gnome.gnome_common’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-common’ directly."; # added 2018-02-25
291 gnome_control_center = throw "The ‘gnome.gnome_control_center’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-control-center’ directly."; # added 2018-02-25
292- gnome_desktop = throw "The ‘gnome.gnome_desktop’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-desktop’ directly."; # added 2018-02-25
293 gnome_keyring = throw "The ‘gnome.gnome_keyring’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-keyring’ directly."; # added 2018-02-25
294 gnome_online_accounts = throw "The ‘gnome.gnome_online_accounts’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-online-accounts’ directly."; # added 2018-02-25
295 gnome_session = throw "The ‘gnome.gnome_session’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-session’ directly."; # added 2018-02-25
···5859 gnome-common = callPackage ./core/gnome-common { };
600061 gnome-dictionary = callPackage ./core/gnome-dictionary { };
6263 gnome-disk-utility = callPackage ./core/gnome-disk-utility { };
···279}) // lib.optionalAttrs (config.allowAliases or true) {
280#### Legacy aliases. They need to be outside the scope or they will shadow the attributes from parent scope.
281282+ gnome-desktop = pkgs.gnome-desktop; # added 2022-03-16
283 libgnome-games-support = pkgs.libgnome-games-support; # added 2022-02-19
284285 bijiben = throw "The ‘gnome.bijiben’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-notes’ directly."; # added 2018-09-26
···288 glib_networking = throw "The ‘gnome.glib_networking’ alias was removed on 2022-01-13. Please use ‘pkgs.glib-networking’ directly."; # added 2018-02-25
289 gnome_common = throw "The ‘gnome.gnome_common’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-common’ directly."; # added 2018-02-25
290 gnome_control_center = throw "The ‘gnome.gnome_control_center’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-control-center’ directly."; # added 2018-02-25
291+ gnome_desktop = throw "The ‘gnome.gnome_desktop’ alias was removed on 2022-01-13. Please use pkgs.gnome-desktop’ directly."; # added 2018-02-25
292 gnome_keyring = throw "The ‘gnome.gnome_keyring’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-keyring’ directly."; # added 2018-02-25
293 gnome_online_accounts = throw "The ‘gnome.gnome_online_accounts’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-online-accounts’ directly."; # added 2018-02-25
294 gnome_session = throw "The ‘gnome.gnome_session’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-session’ directly."; # added 2018-02-25
+2-1
pkgs/desktops/gnome/misc/gnome-tweaks/default.nix
···6, gettext
7, glib
8, gnome
09, gobject-introspection
10, gsettings-desktop-schemas
11, gtk3
···43 buildInputs = [
44 gdk-pixbuf
45 glib
46- gnome.gnome-desktop
47 gnome.gnome-settings-daemon
48 gnome.gnome-shell
49 # Makes it possible to select user themes through the `user-theme` extension
···6, gettext
7, glib
8, gnome
9+, gnome-desktop
10, gobject-introspection
11, gsettings-desktop-schemas
12, gtk3
···44 buildInputs = [
45 gdk-pixbuf
46 glib
47+ gnome-desktop
48 gnome.gnome-settings-daemon
49 gnome.gnome-shell
50 # Makes it possible to select user themes through the `user-theme` extension