kaldi: Remove openfst from inputs

It is shadowed by fetchgit source and can only be used vendored.
This commit is contained in:
Jan Tojnar 2023-06-06 20:42:58 +02:00
parent 34711ba5cf
commit e8588071cc

View File

@ -3,7 +3,6 @@
, openblas
, blas
, lapack
, openfst
, icu
, cmake
, pkg-config
@ -44,7 +43,6 @@ stdenv.mkDerivation {
buildInputs = [
openblas
openfst
icu
] ++ lib.optionals stdenv.isDarwin [
Accelerate