kaldi: dontCheckForBrokenSymlinks = true;
It builds now. The last successful Hydra build already has broken symlinks inside: https://hydra.nixos.org/build/282311647 And the first failing one breaks because of gcc14: https://hydra.nixos.org/build/282824114/nixlog/2/tail So I see nothing against unblocking the build for now.
This commit is contained in:
@@ -62,6 +62,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cp -r ../egs $out/share/kaldi
|
||||
'';
|
||||
|
||||
dontCheckForBrokenSymlinks = true; #TODO: investigate
|
||||
|
||||
passthru = {
|
||||
sources = {
|
||||
# rev from https://github.com/kaldi-asr/kaldi/blob/master/cmake/third_party/openfst.cmake
|
||||
|
||||
Reference in New Issue
Block a user