Skip to content

Commit

Permalink
citra: remove package
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Mar 5, 2024
1 parent ef72e8b commit 9b90f68
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 292 deletions.
45 changes: 0 additions & 45 deletions pkgs/applications/emulators/citra/default.nix

This file was deleted.

149 changes: 0 additions & 149 deletions pkgs/applications/emulators/citra/generic.nix

This file was deleted.

84 changes: 0 additions & 84 deletions pkgs/applications/emulators/citra/update.sh

This file was deleted.

14 changes: 8 additions & 6 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ mapAliases ({
chrome-gnome-shell = gnome-browser-connector; # Added 2022-07-27
chromiumBeta = throw "'chromiumBeta' has been removed due to the lack of maintenance in nixpkgs. Consider using 'chromium' instead."; # Added 2023-10-18
chromiumDev = throw "'chromiumDev' has been removed due to the lack of maintenance in nixpkgs. Consider using 'chromium' instead."; # Added 2023-10-18
citra = citra-nightly; # added 2022-05-17
citra = throw "citra has been removed from nixpkgs, as it has been taken down upstream"; # added 2024-03-04
citra-nightly = throw "citra-nightly has been removed from nixpkgs, as it has been taken down upstream"; # added 2024-03-04
citra-canary = throw "citra-canary has been removed from nixpkgs, as it has been taken down upstream"; # added 2024-03-04
clang-ocl = throw "'clang-ocl' has been replaced with 'rocmPackages.clang-ocl'"; # Added 2023-10-08
inherit (libsForQt5.mauiPackages) clip; # added 2022-05-17
collada-dom = opencollada; # added 2024-02-21
Expand Down Expand Up @@ -1220,11 +1222,11 @@ mapAliases ({
yafaray-core = libyafaray; # Added 2022-09-23
yarn2nix-moretea-openssl_1_1 = throw "'yarn2nix-moretea-openssl_1_1' has been removed."; # Added 2023-02-04
yubikey-manager4 = throw "yubikey-manager4 has been removed, since it is no longer required by yubikey-manager-qt. Please update to yubikey-manager."; # Added 2024-01-14
yuzu-ea = throw "yuzu-ea has been removed from nixpkgs, as it has been deleted upstream"; # Added 2024-03-04
yuzu-early-access = throw "yuzu-early-access has been removed from nixpkgs, as it has been deleted upstream"; # Added 2024-03-04
yuzu = throw "yuzu has been removed from nixpkgs, as it has been deleted upstream"; # Added 2024-03-04
yuzu-mainline = throw "yuzu-mainline has been removed from nixpkgs, as it has been deleted upstream"; # Added 2024-03-04
yuzuPackages = throw "yuzuPackages has been removed from nixpkgs, as it has been deleted upstream"; # Added 2024-03-04
yuzu-ea = throw "yuzu-ea has been removed from nixpkgs, as it has been taken down upstream"; # Added 2024-03-04
yuzu-early-access = throw "yuzu-early-access has been removed from nixpkgs, as it has been taken down upstream"; # Added 2024-03-04
yuzu = throw "yuzu has been removed from nixpkgs, as it has been taken down upstream"; # Added 2024-03-04
yuzu-mainline = throw "yuzu-mainline has been removed from nixpkgs, as it has been taken down upstream"; # Added 2024-03-04
yuzuPackages = throw "yuzuPackages has been removed from nixpkgs, as it has been taken down upstream"; # Added 2024-03-04

### Z ###

Expand Down
8 changes: 0 additions & 8 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2648,14 +2648,6 @@ with pkgs;

webfontkitgenerator = callPackage ../applications/misc/webfontkitgenerator { };

citra-canary = callPackage ../applications/emulators/citra {
branch = "canary";
};

citra-nightly = callPackage ../applications/emulators/citra {
branch = "nightly";
};

collapseos-cvm = callPackage ../applications/emulators/collapseos-cvm { };

coltrane = callPackage ../applications/misc/coltrane { };
Expand Down

0 comments on commit 9b90f68

Please sign in to comment.