diff --git a/pkgs/games/toppler/gcc14.patch b/pkgs/by-name/to/toppler/gcc14.patch similarity index 100% rename from pkgs/games/toppler/gcc14.patch rename to pkgs/by-name/to/toppler/gcc14.patch diff --git a/pkgs/games/toppler/default.nix b/pkgs/by-name/to/toppler/package.nix similarity index 100% rename from pkgs/games/toppler/default.nix rename to pkgs/by-name/to/toppler/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 2825b1ea2ab5..e866ecbf712b 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -16520,10 +16520,6 @@ with pkgs; tibia = pkgsi686Linux.callPackage ../games/tibia { }; - toppler = callPackage ../games/toppler { - SDL2_image = SDL2_image_2_0; - }; - speed_dreams = callPackage ../games/speed-dreams { # Torcs wants to make shared libraries linked with plib libraries (it provides static). # i686 is the only platform I know than can do that linking without plib built with -fPIC