HDF5 1.8.5

svn path=/nixpkgs/trunk/; revision=22861
This commit is contained in:
Rob Vermaas
2010-08-02 08:58:53 +00:00
parent 00c972ac7d
commit fb6ca79d35
3 changed files with 60 additions and 0 deletions

View File

@@ -948,6 +948,10 @@ let
inherit fetchurl stdenv;
};
hdf5 = import ../tools/misc/hdf5 {
inherit fetchurl stdenv;
};
hevea = import ../tools/typesetting/hevea {
inherit fetchurl stdenv ocaml;
};