mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
octavePackages.optim: mark as broken
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user