We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8a68bf + aa7888f commit c8feb12Copy full SHA for c8feb12
pkgs/by-name/hf/hfst/package.nix
@@ -11,17 +11,18 @@
11
swig,
12
pkg-config,
13
zlib,
14
+ openfst,
15
}:
16
17
stdenv.mkDerivation (finalAttrs: {
18
pname = "hfst";
- version = "3.16.0";
19
+ version = "3.16.2";
20
21
src = fetchFromGitHub {
22
owner = "hfst";
23
repo = "hfst";
24
tag = "v${finalAttrs.version}";
- hash = "sha256-2ST0s08Pcp+hTn7rUTgPE1QkH6PPWtiuFezXV3QW0kU=";
25
+ hash = "sha256-Vp9rSQYNK991fCoEcW7tpVxCOemW2RFt0LujLGHFGVQ=";
26
};
27
28
nativeBuildInputs = [
@@ -37,6 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
37
38
gettext
39
icu
40
zlib
41
+ openfst
42
];
43
44
configureFlags = [
0 commit comments