hdf5: Re-enable on darwin
Oops, ab71280823ff3da7d9 intended to only disable hdf5-fortran but also disabled the others that are fine.
This commit is contained in:
parent
4b4bfbf3e5
commit
a7440aa7c6
@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.free; # BSD-like
|
license = stdenv.lib.licenses.free; # BSD-like
|
||||||
homepage = https://www.hdfgroup.org/HDF5/;
|
homepage = https://www.hdfgroup.org/HDF5/;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user