mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
rPackages.PoissonBionomial: fix missing dependency
This commit is contained in:
parent
a71c0e1615
commit
40ff9b267f
@ -597,6 +597,7 @@ let
|
||||
multibridge = [ pkgs.mpfr.dev ];
|
||||
RcppCWB = with pkgs; [ pcre.dev glib.dev ];
|
||||
RmecabKo = [ pkgs.mecab ];
|
||||
PoissonBinomial = [ pkgs.fftw.dev ];
|
||||
rrd = [ pkgs.rrdtool ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user