diff --git a/pkgs/applications/editors/geany/with-vte.nix b/pkgs/by-name/ge/geany-with-vte/package.nix similarity index 100% rename from pkgs/applications/editors/geany/with-vte.nix rename to pkgs/by-name/ge/geany-with-vte/package.nix diff --git a/pkgs/applications/editors/geany/disable-test-sidebar.patch b/pkgs/by-name/ge/geany/disable-test-sidebar.patch similarity index 100% rename from pkgs/applications/editors/geany/disable-test-sidebar.patch rename to pkgs/by-name/ge/geany/disable-test-sidebar.patch diff --git a/pkgs/applications/editors/geany/default.nix b/pkgs/by-name/ge/geany/package.nix similarity index 100% rename from pkgs/applications/editors/geany/default.nix rename to pkgs/by-name/ge/geany/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 46c45b52ff7f..ed0a7a3ce77a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -9067,9 +9067,6 @@ with pkgs; gauche = callPackage ../development/interpreters/gauche { }; - geany = callPackage ../applications/editors/geany { }; - geany-with-vte = callPackage ../applications/editors/geany/with-vte.nix { }; - gimagereader-qt = qt6Packages.callPackage ../by-name/gi/gimagereader/package.nix { withQt6 = true; };