octavePackages.tisean: Mark broken on Darwin

This commit is contained in:
OPNA2608 2021-12-26 23:41:16 +01:00
parent b17386836d
commit fe5e896f47

View File

@ -1,4 +1,5 @@
{ buildOctavePackage
, stdenv
, lib
, fetchurl
# Octave dependencies
@ -29,5 +30,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;
};
}