osu-lazer: set dotnetFlags as an attribute

This commit is contained in:
Ivar Scholten 2022-05-02 20:22:21 +02:00
parent 444e767071
commit 4d46155835

View File

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