From 569b88b27143ee162cb53cb4a2dd1091915bcc63 Mon Sep 17 00:00:00 2001 From: David McFarland Date: Fri, 11 Apr 2025 21:20:09 -0300 Subject: [PATCH] audiothekar: disable parallel building --- pkgs/by-name/au/audiothekar/package.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;