Unverified Commit 687fd7ba authored by David McFarland's avatar David McFarland Committed by GitHub
Browse files

libation: fix darwin build (#491046)

parents 92b89d68 709dff16
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;