mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
octavePackages.fits: mark as broken
This commit is contained in:
parent
b715b87197
commit
ec91991380
1 changed files with 2 additions and 0 deletions
|
@ -38,5 +38,7 @@ buildOctavePackage rec {
|
|||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ KarlJoad ];
|
||||
description = "Functions for reading, and writing FITS (Flexible Image Transport System) files using cfitsio";
|
||||
# Hasn't been updated since 2015, and fails to build with octave >= 10.1.0
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue