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:
Vladimír Čunát
2025-05-31 14:39:19 +02:00
parent 3b26e40c5c
commit b24c4fd9cf
+2
View File
@@ -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