15 stdenv.mkDerivation (finalAttrs: {
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${finalAttrs.version}";
23 hash = "sha256-2ST0s08Pcp+hTn7rUTgPE1QkH6PPWtiuFezXV3QW0kU=";
43 "--with-foma-upstream=true"
47 description = "FST language processing library";
48 homepage = "https://github.com/hfst/hfst";
49 license = licenses.gpl3Plus;
50 maintainers = with maintainers; [ lurkki ];
51 platforms = platforms.unix;