libation: fix darwin build

This commit is contained in:
David McFarland
2026-02-16 09:58:05 -04:00
parent b75e144307
commit 709dff16c9
+2
View File
@@ -26,6 +26,8 @@ buildDotnetModule rec {
sourceRoot = "${src.name}/Source";
env.AVALONIA_TELEMETRY_OPTOUT = "1";
dotnet-sdk = dotnetCorePackages.sdk_10_0;
dotnet-runtime = dotnetCorePackages.runtime_10_0;