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

octave.pkgs.tisean: mark as broken

parent ffbdb8b3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,5 +22,7 @@ buildOctavePackage rec {
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ KarlJoad ];
    description = "Interface to the librsb package implementing the RSB sparse matrix format for fast shared-memory sparse matrix computations";
    # Broken since octave>8.x
    broken = true;
  };
}
+2 −3
Original line number Diff line number Diff line
{ buildOctavePackage
, stdenv
, lib
, fetchurl
# Octave dependencies
@@ -30,7 +29,7 @@ buildOctavePackage rec {
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ KarlJoad ];
    description = "Port of TISEAN 3.0.1";
    # Some gfortran symbols claimed to be missing
    broken = stdenv.isDarwin;
    # Broken since octave 8.x update, and wasn't updated since 2021
    broken = true;
  };
}