Skip to content

Commit

Permalink
hdf5-fortran: Mark broken on Darwin
Browse files Browse the repository at this point in the history
Never succeeded.

https://hydra.nixos.org/build/62044922
(cherry picked from commit 8836c4d)
  • Loading branch information
dezgeg committed Sep 30, 2017
1 parent 0c67447 commit a7a227c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/misc/hdf5/default.nix
Expand Up @@ -66,5 +66,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.free; # BSD-like
homepage = https://www.hdfgroup.org/HDF5/;
platforms = stdenv.lib.platforms.unix;
broken = (gfortran != null) && stdenv.isDarwin;
};
}

0 comments on commit a7a227c

Please sign in to comment.