mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-14 19:30:21 +00:00
godot-mono: fix DOTNET_ROOT
This commit is contained in:
@@ -229,7 +229,7 @@ let
|
||||
+ lib.optionalString withMono ''
|
||||
cp -r bin/GodotSharp/ $out/bin/
|
||||
wrapProgram $out/bin/godot4${suffix} \
|
||||
--set DOTNET_ROOT ${dotnet-sdk} \
|
||||
--set DOTNET_ROOT ${dotnet-sdk}/share/dotnet \
|
||||
--prefix PATH : "${
|
||||
lib.makeBinPath [
|
||||
dotnet-sdk
|
||||
|
||||
Reference in New Issue
Block a user