From 034467457dba4ea6f77847f04d08a2721484a3ab Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sun, 30 Mar 2025 13:03:50 +0300 Subject: [PATCH] octavePackages.ltfat: mark as broken --- pkgs/development/octave-modules/ltfat/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }; }