7 stdenv.mkDerivation rec {
8 pname = "libexttextcat";
12 url = "https://dev-www.libreoffice.org/src/libexttextcat/${pname}-${version}.tar.xz";
13 sha256 = "sha256-bXfqziDp6hBsEzDiaO3nDJpKiXRN3CVxVoJ1TsozaN8=";
17 description = "N-Gram-Based Text Categorization library primarily intended for language guessing";
18 homepage = "https://wiki.documentfoundation.org/Libexttextcat";
19 license = licenses.bsd3;
20 mainProgram = "createfp";
21 platforms = platforms.all;