dolphinEmu{Master}: rename to dolphin-emulator{-beta}

This commit is contained in:
Martino Fontana 2021-11-10 17:46:08 +01:00
parent 940f3b60b9
commit 34503b8bb7
2 changed files with 4 additions and 2 deletions

View File

@ -202,6 +202,8 @@ mapAliases ({
dnnl = oneDNN; # added 2020-04-22
docbook5_xsl = docbook_xsl_ns; # added 2018-04-25
docbook_xml_xslt = docbook_xsl; # added 2018-04-25
dolphinEmu = dolphin-emu; # added 2021-11-10
dolphinEmuMaster = dolphin-emu-beta; # added 2021-11-10
dotnet-netcore = dotnet-runtime; # added 2021-10-07
double_conversion = double-conversion; # 2017-11-22
docker_compose = docker-compose; # 2018-11-10

View File

@ -4571,8 +4571,8 @@ with pkgs;
dotnetfx40 = callPackage ../development/libraries/dotnetfx40 { };
dolphinEmu = callPackage ../misc/emulators/dolphin-emu { };
dolphinEmuMaster = qt5.callPackage ../misc/emulators/dolphin-emu/master.nix {
dolphin-emu = callPackage ../misc/emulators/dolphin-emu { };
dolphin-emu-beta = qt5.callPackage ../misc/emulators/dolphin-emu/master.nix {
inherit (darwin.apple_sdk.frameworks) CoreBluetooth ForceFeedback IOKit OpenGL;
};