diff --git a/pkgs/development/octave-modules/ltfat/default.nix b/pkgs/development/octave-modules/ltfat/default.nix index b0fb531549ba..198cb4ee43f2 100644 --- a/pkgs/development/octave-modules/ltfat/default.nix +++ b/pkgs/development/octave-modules/ltfat/default.nix @@ -46,5 +46,7 @@ buildOctavePackage rec { Gabor and wavelet transforms along with routines for constructing windows (filter prototypes) and routines for manipulating coefficients. ''; + # https://github.com/ltfat/ltfat/issues/203 + broken = true; }; }