From 578589e1dadb6358ff015746844acf297c07c9e1 Mon Sep 17 00:00:00 2001 From: Ivar Scholten Date: Mon, 16 May 2022 21:29:44 +0200 Subject: treewide: remove unneeded dotnet SDK version pins These derivations use buildDotnetModule, which has had its default dotnet version changed recently. This patch removes redundantly setting the SDK/runtime to version 6. --- pkgs/applications/emulators/ryujinx/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkgs/applications/emulators/ryujinx/default.nix') diff --git a/pkgs/applications/emulators/ryujinx/default.nix b/pkgs/applications/emulators/ryujinx/default.nix index 60aa9debfb0..5fc9a5388a4 100644 --- a/pkgs/applications/emulators/ryujinx/default.nix +++ b/pkgs/applications/emulators/ryujinx/default.nix @@ -26,9 +26,6 @@ buildDotnetModule rec { sha256 = "09wjygkdr9sr0hwv77czi0x5xw8y585k9pghdm5s3iqjn9gbb45k"; }; - dotnet-sdk = dotnetCorePackages.sdk_6_0; - dotnet-runtime = dotnetCorePackages.runtime_6_0; - projectFile = "Ryujinx.sln"; nugetDeps = ./deps.nix; -- cgit 1.4.1