1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
8 rev_version = lib.replaceStrings ["."] ["_"] version;
12 rev = "libunibreak_${rev_version}";
13 sha256 = "sha256-hjgT5DCQ6KFXKlxk9LLzxGHz6B71X/3Ot7ipK3KY85A=";
16 nativeBuildInputs = [ autoreconfHook ];
19 homepage = "https://github.com/adah1972/libunibreak";
20 description = "Implementation of line breaking and word breaking algorithms as in the Unicode standard";
21 license = licenses.zlib;
22 platforms = platforms.unix;
23 maintainers = [ maintainers.coroa ];