mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
Merge pull request #289806 from b-rodrigues/fix_bioacoustics
rPackages.bioacoustics: added deps to fix build
This commit is contained in:
commit
7b228851ee
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user