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