Commit 709dff16 authored by David McFarland's avatar David McFarland
Browse files

libation: fix darwin build

parent b75e1443
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;