about summary refs log tree commit diff
path: root/pkgs/games/osu-lazer
diff options
context:
space:
mode:
authorDavid McFarland <corngood@gmail.com>2022-09-26 14:35:14 -0300
committerDavid McFarland <corngood@gmail.com>2022-12-19 15:36:25 -0400
commit824d40aa0400e547c07c054ed7eddcf42b68955e (patch)
tree27a8d2b43ad4eb455b0b21b85684ebb265106bb2 /pkgs/games/osu-lazer
parent13861970f4ae8d029d6609ece5c31200233d49f4 (diff)
build-dotnet-module: restore for current runtime by default
Diffstat (limited to 'pkgs/games/osu-lazer')
-rw-r--r--pkgs/games/osu-lazer/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/games/osu-lazer/default.nix b/pkgs/games/osu-lazer/default.nix
index cfcb69625d8b4..f400c0e3e13ea 100644
--- a/pkgs/games/osu-lazer/default.nix
+++ b/pkgs/games/osu-lazer/default.nix
@@ -28,10 +28,6 @@ buildDotnetModule rec {
 
   nativeBuildInputs = [ copyDesktopItems ];
 
-  dotnetFlags = [
-    "--runtime linux-x64"
-  ];
-
   runtimeDeps = [
     ffmpeg
     alsa-lib