rPackages.hdf5r: add missing depedency on pkgs.hdf5 (#125549)

Co-authored-by: Ivan Tkatchev <tkatchev@gmail.com>
master
Ivan Tkatchev 2021-06-06 03:12:22 +03:00 committed by GitHub
parent e0b91375bc
commit 2854b52437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ let
affyio = [ pkgs.zlib.dev ];
VariantAnnotation = [ pkgs.zlib.dev pkgs.curl.dev ];
snpStats = [ pkgs.zlib.dev ];
hdf5r = [ pkgs.hdf5.dev ];
};
packagesWithBuildInputs = {