r-modules: fix rbamtools package

This commit is contained in:
mimadrid 2017-01-06 19:33:45 +01:00
parent 558f67e85f
commit 8b229baf33
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957

View File

@ -298,7 +298,7 @@ let
RAppArmor = [ pkgs.libapparmor ];
rapportools = [ pkgs.which ];
rapport = [ pkgs.which ];
rbamtools = [ pkgs.zlib ];
rbamtools = [ pkgs.zlib.dev ];
rcdd = [ pkgs.gmp ];
RcppCNPy = [ pkgs.zlib ];
RcppGSL = [ pkgs.gsl_1 ];