diff --git a/pkgs/by-name/au/audiothekar/package.nix b/pkgs/by-name/au/audiothekar/package.nix index c39867f7a575..38fdbf9e1110 100644 --- a/pkgs/by-name/au/audiothekar/package.nix +++ b/pkgs/by-name/au/audiothekar/package.nix @@ -20,6 +20,11 @@ buildDotnetModule rec { projectFile = "Audiothekar.sln"; + # > Unable to use package assets cache due to I/O error. This can occur when + # > the same project is built more than once in parallel. Performance may be + # > degraded, but the build result will not be impacted. + enableParallelBuilding = false; + doCheck = false; nugetDeps = ./deps.json;