1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pacman: parallel building

This commit is contained in:
Joachim Fasting 2019-05-05 12:30:23 +02:00
parent 2858e9838d
commit 42128d962f
No known key found for this signature in database
GPG key ID: 5C204DF675C90294

View file

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "108xp6dhvp02jnzskhgzjmp9jvrxhhkffvmpvs3rrif7vj47xd76";
};
enableParallelBuilding = true;
configureFlags = [
# trying to build docs fails with a2x errors, unable to fix through asciidoc
"--disable-doc"