From a7440aa7c6b22cad5dd30ee6cb253abf01664560 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Fri, 22 Sep 2017 19:56:49 +0300 Subject: hdf5: Re-enable on darwin Oops, ab71280823ff3da7d9 intended to only disable hdf5-fortran but also disabled the others that are fine. --- pkgs/tools/misc/hdf5/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/tools/misc/hdf5/default.nix b/pkgs/tools/misc/hdf5/default.nix index 7dea58fc502f..eb29e7d914c5 100644 --- a/pkgs/tools/misc/hdf5/default.nix +++ b/pkgs/tools/misc/hdf5/default.nix @@ -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; }; } -- cgit 1.4.1