Commit 1dc27975 authored by Doron Behar's avatar Doron Behar
Browse files

octavePackages.optim: mark as broken

parent 03446745
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,5 +36,7 @@ buildOctavePackage rec {
    # Modified BSD code seems removed
    maintainers = with lib.maintainers; [ KarlJoad ];
    description = "Non-linear optimization toolkit";
    # Hasn't been updated since 2022, and fails to build with octave >= 10.1.0
    broken = true;
  };
}