hdf5-fortran: Mark broken on Darwin
Never succeeded. https://hydra.nixos.org/build/62044922
This commit is contained in:
parent
9b8c2788c4
commit
8836c4d71b
@ -66,5 +66,6 @@ stdenv.mkDerivation rec {
|
||||
license = stdenv.lib.licenses.free; # BSD-like
|
||||
homepage = https://www.hdfgroup.org/HDF5/;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
broken = (gfortran != null) && stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user