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 ];
|
nativeBuildInputs = [ copyDesktopItems ];
|
||||||
|
|
||||||
preConfigure = ''
|
dotnetFlags = [
|
||||||
dotnetFlags+=(
|
"--runtime linux-x64"
|
||||||
--runtime linux-x64
|
];
|
||||||
)
|
|
||||||
'';
|
|
||||||
|
|
||||||
runtimeDeps = [
|
runtimeDeps = [
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
Loading…
Reference in New Issue
Block a user