9 stdenv.mkDerivation rec {
14 url = "https://download.savannah.gnu.org/releases/m17n/m17n-lib-${version}.tar.gz";
15 hash = "sha256-xqJYLG5PKowueihE+lx+s2Oq0lOLBS8gPHEGSd1CHMg=";
20 # reconf needed to sucesfully cross-compile
24 # requires m17n-db tool at build time
28 enableParallelBuilding = true;
31 homepage = "https://www.nongnu.org/m17n/";
32 description = "Multilingual text processing library (runtime)";
33 license = lib.licenses.lgpl21Plus;
34 platforms = lib.platforms.linux;
35 maintainers = with lib.maintainers; [ astsmtl ];