···150151 file-roller = callPackage ./apps/file-roller { };
152153- gedit = callPackage ./apps/gedit { };
154-155 ghex = callPackage ./apps/ghex { };
156157 gnome-boxes = callPackage ./apps/gnome-boxes { };
···263#### Legacy aliases. They need to be outside the scope or they will shadow the attributes from parent scope.
264265 empathy = throw "The ‘gnome.empathy’ package was removed as it is unmaintained and no longer launches due to libsoup3 migration."; # added 2023-01-20
0266 gnome-desktop = throw "The ‘gnome.gnome-desktop’ alias was removed. Please use ‘pkgs.gnome-desktop’ directly."; # converted to throw on 2022-10-26
267 gnome-todo = pkgs.endeavour; # added 2022-07-30
268 libgnome-games-support = throw "The ‘gnome.libgnome-games-support’ alias was removed. Please use ‘pkgs.libgnome-games-support’ directly."; # converted to throw on 2022-10-26
···150151 file-roller = callPackage ./apps/file-roller { };
15200153 ghex = callPackage ./apps/ghex { };
154155 gnome-boxes = callPackage ./apps/gnome-boxes { };
···261#### Legacy aliases. They need to be outside the scope or they will shadow the attributes from parent scope.
262263 empathy = throw "The ‘gnome.empathy’ package was removed as it is unmaintained and no longer launches due to libsoup3 migration."; # added 2023-01-20
264+ gedit = pkgs.gedit; # added 2023-07-05
265 gnome-desktop = throw "The ‘gnome.gnome-desktop’ alias was removed. Please use ‘pkgs.gnome-desktop’ directly."; # converted to throw on 2022-10-26
266 gnome-todo = pkgs.endeavour; # added 2022-07-30
267 libgnome-games-support = throw "The ‘gnome.libgnome-games-support’ alias was removed. Please use ‘pkgs.libgnome-games-support’ directly."; # converted to throw on 2022-10-26