diff options
author | David McFarland | 2022-09-26 14:35:14 -0300 |
---|---|---|
committer | David McFarland | 2022-12-19 15:36:25 -0400 |
commit | 824d40aa0400e547c07c054ed7eddcf42b68955e (patch) | |
tree | 27a8d2b43ad4eb455b0b21b85684ebb265106bb2 /pkgs/applications/misc | |
parent | 13861970f4ae8d029d6609ece5c31200233d49f4 (diff) |
build-dotnet-module: restore for current runtime by default
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r-- | pkgs/applications/misc/ArchiSteamFarm/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/misc/ArchiSteamFarm/default.nix b/pkgs/applications/misc/ArchiSteamFarm/default.nix index 6d735c26b425..7896604b0e9a 100644 --- a/pkgs/applications/misc/ArchiSteamFarm/default.nix +++ b/pkgs/applications/misc/ArchiSteamFarm/default.nix @@ -25,9 +25,6 @@ buildDotnetModule rec { nugetDeps = ./deps.nix; - # Without this dotnet attempts to restore for Windows targets, which it cannot find the dependencies for - dotnetRestoreFlags = [ "--runtime ${dotnetCorePackages.systemToDotnetRid stdenvNoCC.targetPlatform.system}" ]; - projectFile = "ArchiSteamFarm.sln"; executables = [ "ArchiSteamFarm" ]; |