kaldi: enable parallel building

This commit is contained in:
Jörg Thalheim 2021-12-03 19:12:31 +01:00
parent 6d660b27e1
commit cd142455e7

@ -37,6 +37,8 @@ stdenv.mkDerivation {
"-DBUILD_SHARED_LIBS=on"
];
enableParallelBuilding = true;
preConfigure = ''
mkdir bin
cat > bin/git <<'EOF'