knossosnet: fix intermittent build failure (#491045)

This commit is contained in:
David McFarland
2026-02-16 14:09:16 +00:00
committed by GitHub
+3
View File
@@ -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 ];