Unverified Commit 75b4ecee authored by David McFarland's avatar David McFarland Committed by GitHub
Browse files

knossosnet: fix intermittent build failure (#491045)

parents 3a6c7129 a1ea8ad5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@ buildDotnetModule rec {
  nugetDeps = ./deps.json;
  executables = [ "Knossos.NET" ];

  # IO errors in build due to solution building race
  enableParallelBuilding = false;

  runtimeDeps = [ openal ];

  nativeBuildInputs = [ copyDesktopItems ];