From 56a75ae59ff263eb91ceeaa280046f4992c50a77 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Mon, 17 Jun 2024 15:08:55 -0300 Subject: [PATCH] cemu: migrate to by-name --- .../emulators => by-name/ce}/cemu/cmakelists.patch | 0 .../emulators/cemu/default.nix => by-name/ce/cemu/package.nix} | 0 pkgs/top-level/all-packages.nix | 2 -- 3 files changed, 2 deletions(-) rename pkgs/{applications/emulators => by-name/ce}/cemu/cmakelists.patch (100%) rename pkgs/{applications/emulators/cemu/default.nix => by-name/ce/cemu/package.nix} (100%) diff --git a/pkgs/applications/emulators/cemu/cmakelists.patch b/pkgs/by-name/ce/cemu/cmakelists.patch similarity index 100% rename from pkgs/applications/emulators/cemu/cmakelists.patch rename to pkgs/by-name/ce/cemu/cmakelists.patch diff --git a/pkgs/applications/emulators/cemu/default.nix b/pkgs/by-name/ce/cemu/package.nix similarity index 100% rename from pkgs/applications/emulators/cemu/default.nix rename to pkgs/by-name/ce/cemu/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 68731e7a7f64..f8d128afc879 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -2595,8 +2595,6 @@ with pkgs; cdemu-daemon = callPackage ../applications/emulators/cdemu/daemon.nix { }; - cemu = callPackage ../applications/emulators/cemu { }; - cen64 = callPackage ../applications/emulators/cen64 { }; citations = callPackage ../applications/misc/citations { };