Merge pull request #139299 from junjihashimoto/fix/kaldi

kaldi: fix build
This commit is contained in:
figsoda
2021-09-24 22:17:52 -04:00
committed by GitHub
+3
View File
@@ -54,6 +54,9 @@ stdenv.mkDerivation {
# fix up this call:
# https://github.com/kaldi-asr/kaldi/blob/c9d8b9ad3fef89237ba5517617d977b7d70a7ed5/cmake/VersionHelper.cmake#L8
echo 0
elif [[ "$1" == "rev-parse" ]]; then
echo ${openfst.rev}
echo 0
fi
true
EOF