Merge pull request #223364 from trofi/libenf-non-parallel
libelf: disable parallel installs
This commit is contained in:
commit
3b8f051803
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# Lacks dependencies:
|
||||
# mkdir ...-libelf-0.8.13/lib
|
||||
# mkdir ...-libelf-0.8.13/lib
|
||||
# mkdir: cannot create directory '...-libelf-0.8.13/lib': File exists
|
||||
enableParallelInstalling = false;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue