From 72fc0b165adba16e6cceda5b20361eb011edd216 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Thu, 7 Nov 2024 04:03:49 +0100 Subject: [PATCH] performous: move to pkgs/by-name --- .../default.nix => by-name/pe/performous/package.nix} | 0 pkgs/{games => by-name/pe}/performous/performous-cmake.patch | 0 pkgs/{games => by-name/pe}/performous/performous-fftw.patch | 0 pkgs/top-level/all-packages.nix | 2 -- 4 files changed, 2 deletions(-) rename pkgs/{games/performous/default.nix => by-name/pe/performous/package.nix} (100%) rename pkgs/{games => by-name/pe}/performous/performous-cmake.patch (100%) rename pkgs/{games => by-name/pe}/performous/performous-fftw.patch (100%) diff --git a/pkgs/games/performous/default.nix b/pkgs/by-name/pe/performous/package.nix similarity index 100% rename from pkgs/games/performous/default.nix rename to pkgs/by-name/pe/performous/package.nix diff --git a/pkgs/games/performous/performous-cmake.patch b/pkgs/by-name/pe/performous/performous-cmake.patch similarity index 100% rename from pkgs/games/performous/performous-cmake.patch rename to pkgs/by-name/pe/performous/performous-cmake.patch diff --git a/pkgs/games/performous/performous-fftw.patch b/pkgs/by-name/pe/performous/performous-fftw.patch similarity index 100% rename from pkgs/games/performous/performous-fftw.patch rename to pkgs/by-name/pe/performous/performous-fftw.patch diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 8cc0cbc90f96..74353267352d 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -34721,8 +34721,6 @@ with pkgs; pentobi = libsForQt5.callPackage ../games/pentobi { }; - performous = callPackage ../games/performous { }; - pinball = callPackage ../games/pinball { }; pingus = callPackage ../games/pingus { };