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
commit 4621d72abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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