From da9f85d9cc7cc20168ec80afa3aca9da8bbe35ae Mon Sep 17 00:00:00 2001 From: David McFarland Date: Tue, 25 Mar 2025 15:02:25 -0300 Subject: [PATCH] godot-mono: fix DOTNET_ROOT --- pkgs/development/tools/godot/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/godot/common.nix b/pkgs/development/tools/godot/common.nix index 17c624b59e23..4304ed3b8c06 100644 --- a/pkgs/development/tools/godot/common.nix +++ b/pkgs/development/tools/godot/common.nix @@ -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