Merge pull request #142777 from trofi/sequential-m17n_lib

This commit is contained in:
Sandro
2021-10-26 14:17:16 +02:00
committed by GitHub
@@ -10,6 +10,11 @@ stdenv.mkDerivation rec {
buildInputs = [ m17n_db ];
# Fails parallel build due to missing intra-package depends:
# https://savannah.nongnu.org/bugs/index.php?61377
# make[2]: *** No rule to make target '../src/libm17n-core.la', needed by 'libm17n.la'. Stop.
enableParallelBuilding = false;
meta = {
homepage = "https://www.nongnu.org/m17n/";
description = "Multilingual text processing library (runtime)";