mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
osu-lazer: set dotnetFlags as an attribute
This commit is contained in:
parent
444e767071
commit
4d46155835
@ -31,11 +31,9 @@ buildDotnetModule rec {
|
||||
|
||||
nativeBuildInputs = [ copyDesktopItems ];
|
||||
|
||||
preConfigure = ''
|
||||
dotnetFlags+=(
|
||||
--runtime linux-x64
|
||||
)
|
||||
'';
|
||||
dotnetFlags = [
|
||||
"--runtime linux-x64"
|
||||
];
|
||||
|
||||
runtimeDeps = [
|
||||
ffmpeg
|
||||
|
Loading…
Reference in New Issue
Block a user