knossosnet: fix intermittent build failure

This commit is contained in:
David McFarland
2026-02-16 09:56:56 -04:00
parent b75e144307
commit a1ea8ad5e4
+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 ];