rPackages.PoissonBionomial: fix missing dependency

This commit is contained in:
Justin Bedo 2021-11-04 21:18:21 +11:00
parent a71c0e1615
commit 40ff9b267f
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

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