1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 15:58:36 +00:00

r-modules: fix rtracklayer package

This commit is contained in:
mimadrid 2017-01-06 20:53:12 +01:00
parent baf65d5000
commit 6540b6507d
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

View file

@ -376,7 +376,7 @@ let
Rsubread = [ pkgs.zlib.dev ];
XVector = [ pkgs.zlib.dev ];
Rsamtools = [ pkgs.zlib.dev ];
rtracklayer = [ pkgs.zlib ];
rtracklayer = [ pkgs.zlib.dev ];
affyio = [ pkgs.zlib.dev ];
VariantAnnotation = [ pkgs.zlib ];
snpStats = [ pkgs.zlib ];