Revert "hdf5-fortran: Mark broken on Darwin" (#80419)

This reverts commit 8836c4d71b.

Closes #79952
This commit is contained in:
tviti 2020-02-18 09:52:22 -10:00 committed by GitHub
parent d6b7e5493a
commit 2cfad8fa28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,5 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.bsd3; # Lawrence Berkeley National Labs BSD 3-Clause variant
homepage = https://www.hdfgroup.org/HDF5/;
platforms = stdenv.lib.platforms.unix;
broken = (gfortran != null) && stdenv.isDarwin;
};
}