From ce22aab43ebf0035015bce620e8dc2f524f0b158 Mon Sep 17 00:00:00 2001 From: Marcin Serwin Date: Tue, 4 Mar 2025 22:59:06 +0100 Subject: [PATCH] toppler: move to by-name tree --- pkgs/{games => by-name/to}/toppler/gcc14.patch | 0 .../toppler/default.nix => by-name/to/toppler/package.nix} | 0 pkgs/top-level/all-packages.nix | 4 ---- 3 files changed, 4 deletions(-) rename pkgs/{games => by-name/to}/toppler/gcc14.patch (100%) rename pkgs/{games/toppler/default.nix => by-name/to/toppler/package.nix} (100%) 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