osu-lazer: set dotnetFlags as an attribute

main
Ivar Scholten 2 years ago
parent 444e767071
commit 4d46155835
  1. 8
      pkgs/games/osu-lazer/default.nix

@ -31,11 +31,9 @@ buildDotnetModule rec {
nativeBuildInputs = [ copyDesktopItems ];
preConfigure = ''
dotnetFlags+=(
--runtime linux-x64
)
'';
dotnetFlags = [
"--runtime linux-x64"
];
runtimeDeps = [
ffmpeg

Loading…
Cancel
Save