Commit 034725ee authored by Doron Behar's avatar Doron Behar
Browse files

octavePackages.data-smoothing: mark as broken

parent 7ed4bf49
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}