gpi-2 and tagaspi: enable parallel build

This commit is contained in:
Rodrigo Arias 2022-04-05 15:34:10 +01:00
parent f74446b225
commit 2227f08814
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
ref = "refs/tags/tagaspi-2021.11";
};
enableParallelBuilding = true;
preConfigure = ''
patchShebangs autogen.sh
./autogen.sh

View File

@ -15,7 +15,7 @@
stdenv.mkDerivation rec {
pname = "tagaspi";
version = src.shortRev;
enableParallelBuilding = false;
enableParallelBuilding = true;
buildInputs = [
autoreconfHook