mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +00:00
openra: disable parallel building
This commit is contained in:
parent
8bf19672de
commit
da2cfdb1aa
@ -35,6 +35,9 @@ buildDotnetModule rec {
|
||||
|
||||
dontDotnetFixup = true;
|
||||
|
||||
# Microsoft.NET.Publish.targets(248,5): error MSB3021: Unable to copy file "[...]/Newtonsoft.Json.dll" to "[...]/Newtonsoft.Json.dll". Access to the path '[...]Newtonsoft.Json.dll' is denied. [/build/source/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj]
|
||||
enableParallelBuilding = false;
|
||||
|
||||
preBuild = ''
|
||||
make VERSION=${engine.build}-${version} version
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user