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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user