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";
|
ref = "refs/tags/tagaspi-2021.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs autogen.sh
|
patchShebangs autogen.sh
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tagaspi";
|
pname = "tagaspi";
|
||||||
version = src.shortRev;
|
version = src.shortRev;
|
||||||
enableParallelBuilding = false;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
|
Loading…
Reference in New Issue
Block a user