mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
octavePackages.optim: mark as broken
This commit is contained in:
parent
034467457d
commit
1dc27975d1
1 changed files with 2 additions and 0 deletions
|
@ -36,5 +36,7 @@ buildOctavePackage rec {
|
||||||
# Modified BSD code seems removed
|
# Modified BSD code seems removed
|
||||||
maintainers = with lib.maintainers; [ KarlJoad ];
|
maintainers = with lib.maintainers; [ KarlJoad ];
|
||||||
description = "Non-linear optimization toolkit";
|
description = "Non-linear optimization toolkit";
|
||||||
|
# Hasn't been updated since 2022, and fails to build with octave >= 10.1.0
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue