gpi-2 and tagaspi: enable parallel build
This commit is contained in:
parent
f74446b225
commit
2227f08814
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
||||
ref = "refs/tags/tagaspi-2021.11";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs autogen.sh
|
||||
./autogen.sh
|
||||
|
@ -15,7 +15,7 @@
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tagaspi";
|
||||
version = src.shortRev;
|
||||
enableParallelBuilding = false;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs = [
|
||||
autoreconfHook
|
||||
|
Loading…
Reference in New Issue
Block a user