octavePackages.fits: mark as broken

This commit is contained in:
Doron Behar 2025-03-30 13:03:40 +03:00
parent b715b87197
commit ec91991380

View file

@ -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;
};
}