mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
It was marked broken in1dc27975d1(May 2025). But the bug was fixed in October 2025 with:d8c28ab3f3/ Since there were new commits, but no release. I asked the upstream maintainer to push the 1.6.3 tag. I tested it works by importing the library: nix-shell -p "octave.withPackages (ps: [ ps.optim ])" --run 'octave --eval "pkg load optim; disp(\"Success!\")"'