mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
ryujinx: restore for current platform only
This commit is contained in:
parent
4b40579b2d
commit
965a2ad49b
@ -1,5 +1,7 @@
|
||||
{ lib
|
||||
, buildDotnetModule
|
||||
, dotnetCorePackages
|
||||
, stdenvNoCC
|
||||
, fetchFromGitHub
|
||||
, wrapGAppsHook
|
||||
, libX11
|
||||
@ -86,6 +88,8 @@ buildDotnetModule rec {
|
||||
"/p:ExtraDefineConstants=DISABLE_UPDATER"
|
||||
];
|
||||
|
||||
dotnetRestoreFlags = [ "--runtime ${dotnetCorePackages.sdk_6_0.systemToDotnetRid stdenvNoCC.targetPlatform.system}" ];
|
||||
|
||||
executables = [
|
||||
"Ryujinx.Headless.SDL2"
|
||||
"Ryujinx.Ava"
|
||||
|
Loading…
Reference in New Issue
Block a user