mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
augeas: disable parallel building
Hydra uses -j2 and was not affected.
This commit is contained in:
parent
042b910738
commit
65bcc82e40
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ stdenv.mkDerivation rec {
|
|||
libxml2
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# Makefile doesn't specify dependencies on parser.h correctly
|
||||
enableParallelBuilding = false;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue