knossosnet: fix intermittent build failure (#491045)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user