yuzu-ea: rename to yuzu-early-access

This commit is contained in:
Ivar Scholten 2022-08-18 21:25:48 +02:00
parent 3435f469ec
commit 27c4968f2d
No known key found for this signature in database
GPG key ID: E22887AD87C33E3C
2 changed files with 2 additions and 1 deletions

View file

@ -1548,6 +1548,7 @@ mapAliases ({
youtubeDL = throw "'youtubeDL' has been renamed to/replaced by 'youtube-dl'"; # Converted to throw 2022-02-22
ytop = throw "ytop has been abandoned by upstream. Consider switching to bottom instead";
yubikey-neo-manager = throw "yubikey-neo-manager has been removed because it was broken. Use yubikey-manager-qt instead"; # Added 2021-03-08
yuzu-ea = yuzu-early-access; # Added 2022-08-18
yuzu = yuzu-mainline; # Added 2021-01-25
### Z ###

View file

@ -1614,7 +1614,7 @@ with pkgs;
inherit libsForQt5 fetchFromGitHub fetchurl;
};
yuzu-ea = import ../applications/emulators/yuzu {
yuzu-early-access = import ../applications/emulators/yuzu {
branch = "early-access";
inherit libsForQt5 fetchFromGitHub fetchurl;
};