octavePackages.ltfat: mark as broken

This commit is contained in:
Doron Behar 2025-03-30 13:03:50 +03:00
parent ec91991380
commit 034467457d

View file

@ -46,5 +46,7 @@ buildOctavePackage rec {
Gabor and wavelet transforms along with routines for constructing windows Gabor and wavelet transforms along with routines for constructing windows
(filter prototypes) and routines for manipulating coefficients. (filter prototypes) and routines for manipulating coefficients.
''; '';
# https://github.com/ltfat/ltfat/issues/203
broken = true;
}; };
} }