about summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-12-31 13:45:55 +0300
committerGitHub <noreply@github.com>2023-12-31 13:45:55 +0300
commitc5a7b36c8c0cf66f173a6026b846cb77c5a3f33d (patch)
tree13de730bd20a696a52dee3cf5e7ca4f8e6c2eddd /pkgs/top-level/all-packages.nix
parent12863499a85d6fdada4bf16d14ff78f13c29db17 (diff)
parent619c4b605e267f2eae56458d72070d4726ae1a31 (diff)
Merge pull request #277526 from K900/clean-fruit
yuzu: reorganize everything, use common updater scripts, actually update
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix11
1 files changed, 1 insertions, 10 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 7e79dccea5c14..849daffea8dce 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2947,16 +2947,7 @@ with pkgs;
     callPackage ../applications/emulators/retroarch/kodi-advanced-launchers.nix { };
 
   ### APPLICATIONS/EMULATORS/YUZU
-
-  yuzu-mainline = import ../applications/emulators/yuzu {
-    inherit qt6Packages fetchFromGitHub fetchgit fetchurl fetchzip runCommand gnutar;
-    branch = "mainline";
-  };
-
-  yuzu-early-access = import ../applications/emulators/yuzu {
-    inherit qt6Packages fetchFromGitHub fetchgit fetchurl fetchzip runCommand gnutar;
-    branch = "early-access";
-  };
+  yuzuPackages = callPackage ../applications/emulators/yuzu {};
 
   ### APPLICATIONS/EMULATORS/COMMANDERX16