diff --git a/pkgs/development/octave-modules/data-smoothing/default.nix b/pkgs/development/octave-modules/data-smoothing/default.nix index 45f44ab8d6b6..9607ed43669a 100644 --- a/pkgs/development/octave-modules/data-smoothing/default.nix +++ b/pkgs/development/octave-modules/data-smoothing/default.nix @@ -23,5 +23,7 @@ buildOctavePackage rec { license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ KarlJoad ]; description = "Algorithms for smoothing noisy data"; + # Hasn't been updated since 2012, and fails to build with octave >= 10.1.0 + broken = true; }; }