gedit: Move out of GNOME

It has been moved out of GNOME core in favour of gnome-text-editor.
And it is not much of a GNOME app anymore either, using custom gtksourceview fork.

+4 -3
+1 -1
nixos/tests/noto-fonts.nix
··· 4 4 5 5 nodes.machine = { 6 6 imports = [ ./common/x11.nix ]; 7 - environment.systemPackages = [ pkgs.gnome.gedit ]; 7 + environment.systemPackages = [ pkgs.gedit ]; 8 8 fonts = { 9 9 enableDefaultFonts = false; 10 10 fonts = with pkgs;[
pkgs/desktops/gnome/apps/gedit/correct-gir-lib-path.patch pkgs/applications/editors/gedit/correct-gir-lib-path.patch
pkgs/desktops/gnome/apps/gedit/default.nix pkgs/applications/editors/gedit/default.nix
+1 -2
pkgs/desktops/gnome/default.nix
··· 150 150 151 151 file-roller = callPackage ./apps/file-roller { }; 152 152 153 - gedit = callPackage ./apps/gedit { }; 154 - 155 153 ghex = callPackage ./apps/ghex { }; 156 154 157 155 gnome-boxes = callPackage ./apps/gnome-boxes { }; ··· 263 261 #### Legacy aliases. They need to be outside the scope or they will shadow the attributes from parent scope. 264 262 265 263 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 266 265 gnome-desktop = throw "The ‘gnome.gnome-desktop’ alias was removed. Please use ‘pkgs.gnome-desktop’ directly."; # converted to throw on 2022-10-26 267 266 gnome-todo = pkgs.endeavour; # added 2022-07-30 268 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
+2
pkgs/top-level/all-packages.nix
··· 39004 39004 guile = guile_2_0; 39005 39005 }; 39006 39006 39007 + gedit = callPackage ../applications/editors/gedit { }; 39008 + 39007 39009 gerbv = callPackage ../applications/science/electronics/gerbv { 39008 39010 cairo = cairo.override { x11Support = true; }; 39009 39011 };