Merge pull request #289806 from b-rodrigues/fix_bioacoustics

rPackages.bioacoustics: added deps to fix build
This commit is contained in:
Weijia Wang 2024-03-08 20:49:49 +01:00 committed by GitHub
commit 7b228851ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -317,6 +317,7 @@ let
BayesSAE = [ pkgs.gsl ];
BayesVarSel = [ pkgs.gsl ];
BayesXsrc = with pkgs; [ readline.dev ncurses gsl ];
bioacoustics = [ pkgs.fftw.dev pkgs.cmake ];
bigGP = [ pkgs.mpi ];
bio3d = [ pkgs.zlib ];
BiocCheck = [ pkgs.which ];