yuzu-ea: rename to yuzu-early-access
This commit is contained in:
parent
3435f469ec
commit
27c4968f2d
2 changed files with 2 additions and 1 deletions
|
@ -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 ###
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue