r-modules: fix BayesXsrc package

This commit is contained in:
mimadrid
2017-01-06 21:05:46 +01:00
parent 6f9124e118
commit 88fcfafafe
+1 -1
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 ];