hdf5: Re-enable on darwin

Oops, ab71280823 intended to only disable hdf5-fortran but also
disabled the others that are fine.
This commit is contained in:
Tuomas Tynkkynen 2017-09-22 19:56:49 +03:00
parent 4b4bfbf3e5
commit a7440aa7c6

View file

@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
'';
license = stdenv.lib.licenses.free; # BSD-like
homepage = https://www.hdfgroup.org/HDF5/;
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}