kaldi: fix build
This commit is contained in:
parent
188dad47ca
commit
e1ce3b2eec
1 changed files with 3 additions and 0 deletions
|
@ -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 0bca6e76d24647427356dc242b0adbf3b5f1a8d9
|
||||
echo 0
|
||||
fi
|
||||
true
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue