r-modules: fix BayesXsrc package

This commit is contained in:
mimadrid
2017-01-06 17:30:04 +01:00
parent 6f9124e118
commit 88fcfafafe

View File

@@ -240,7 +240,7 @@ let
audio = [ pkgs.portaudio ];
BayesSAE = [ pkgs.gsl_1 ];
BayesVarSel = [ pkgs.gsl_1 ];
BayesXsrc = [ pkgs.readline pkgs.ncurses ];
BayesXsrc = [ pkgs.readline.dev pkgs.ncurses ];
bigGP = [ pkgs.openmpi ];
BiocCheck = [ pkgs.which ];
Biostrings = [ pkgs.zlib ];