r-modules: fix BayesXsrc package

This commit is contained in:
mimadrid 2017-01-06 17:30:04 +01:00
parent 6f9124e118
commit 88fcfafafe
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

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 ];