r-modules: fix BayesXsrc package
This commit is contained in:
parent
6f9124e118
commit
88fcfafafe
@ -240,7 +240,7 @@ let
|
|||||||
audio = [ pkgs.portaudio ];
|
audio = [ pkgs.portaudio ];
|
||||||
BayesSAE = [ pkgs.gsl_1 ];
|
BayesSAE = [ pkgs.gsl_1 ];
|
||||||
BayesVarSel = [ pkgs.gsl_1 ];
|
BayesVarSel = [ pkgs.gsl_1 ];
|
||||||
BayesXsrc = [ pkgs.readline pkgs.ncurses ];
|
BayesXsrc = [ pkgs.readline.dev pkgs.ncurses ];
|
||||||
bigGP = [ pkgs.openmpi ];
|
bigGP = [ pkgs.openmpi ];
|
||||||
BiocCheck = [ pkgs.which ];
|
BiocCheck = [ pkgs.which ];
|
||||||
Biostrings = [ pkgs.zlib ];
|
Biostrings = [ pkgs.zlib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user