Commit ec919913 authored by Doron Behar's avatar Doron Behar
Browse files

octavePackages.fits: mark as broken

parent b715b871
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}