From 5e88eb2014a61515a3ac21bfe642b0db35a095fd Mon Sep 17 00:00:00 2001 From: Marcin Serwin Date: Sun, 21 Sep 2025 22:24:59 +0200 Subject: [PATCH] stuntrally: move to by-name Signed-off-by: Marcin Serwin --- .../st}/stuntrally/mygui-use-pkg-config-for-ogre-next.patch | 0 pkgs/{games => by-name/st}/stuntrally/mygui.nix | 0 .../default.nix => by-name/st/stuntrally/package.nix} | 0 .../st}/stuntrally/stuntrally-init-data-dirs-to-nix-paths.patch | 0 .../stuntrally/stuntrally-use-pkg-config-for-ogre-next.patch | 0 pkgs/top-level/all-packages.nix | 2 -- 6 files changed, 2 deletions(-) rename pkgs/{games => by-name/st}/stuntrally/mygui-use-pkg-config-for-ogre-next.patch (100%) rename pkgs/{games => by-name/st}/stuntrally/mygui.nix (100%) rename pkgs/{games/stuntrally/default.nix => by-name/st/stuntrally/package.nix} (100%) rename pkgs/{games => by-name/st}/stuntrally/stuntrally-init-data-dirs-to-nix-paths.patch (100%) rename pkgs/{games => by-name/st}/stuntrally/stuntrally-use-pkg-config-for-ogre-next.patch (100%) diff --git a/pkgs/games/stuntrally/mygui-use-pkg-config-for-ogre-next.patch b/pkgs/by-name/st/stuntrally/mygui-use-pkg-config-for-ogre-next.patch similarity index 100% rename from pkgs/games/stuntrally/mygui-use-pkg-config-for-ogre-next.patch rename to pkgs/by-name/st/stuntrally/mygui-use-pkg-config-for-ogre-next.patch diff --git a/pkgs/games/stuntrally/mygui.nix b/pkgs/by-name/st/stuntrally/mygui.nix similarity index 100% rename from pkgs/games/stuntrally/mygui.nix rename to pkgs/by-name/st/stuntrally/mygui.nix diff --git a/pkgs/games/stuntrally/default.nix b/pkgs/by-name/st/stuntrally/package.nix similarity index 100% rename from pkgs/games/stuntrally/default.nix rename to pkgs/by-name/st/stuntrally/package.nix diff --git a/pkgs/games/stuntrally/stuntrally-init-data-dirs-to-nix-paths.patch b/pkgs/by-name/st/stuntrally/stuntrally-init-data-dirs-to-nix-paths.patch similarity index 100% rename from pkgs/games/stuntrally/stuntrally-init-data-dirs-to-nix-paths.patch rename to pkgs/by-name/st/stuntrally/stuntrally-init-data-dirs-to-nix-paths.patch diff --git a/pkgs/games/stuntrally/stuntrally-use-pkg-config-for-ogre-next.patch b/pkgs/by-name/st/stuntrally/stuntrally-use-pkg-config-for-ogre-next.patch similarity index 100% rename from pkgs/games/stuntrally/stuntrally-use-pkg-config-for-ogre-next.patch rename to pkgs/by-name/st/stuntrally/stuntrally-use-pkg-config-for-ogre-next.patch diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index d7c2af5b46f2..6817de5251ec 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12905,8 +12905,6 @@ with pkgs; protonup-ng = with python3Packages; toPythonApplication protonup-ng; - stuntrally = callPackage ../games/stuntrally { }; - the-powder-toy = callPackage ../by-name/th/the-powder-toy/package.nix { lua = lua5_2; };