octavePackages.data-smoothing: mark as broken

This commit is contained in:
Doron Behar
2025-05-03 21:04:58 +03:00
parent 7ed4bf4929
commit 034725ee33
@@ -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;
};
}