Commit a1ea8ad5 authored by David McFarland's avatar David McFarland
Browse files

knossosnet: fix intermittent build failure

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