3
0
Fork 0
forked from mirrors/nixpkgs

r-httpuv: add missing zlib.dev dependency to fix the build

This commit is contained in:
Peter Simons 2021-10-04 08:04:02 +02:00
parent dd74170ce4
commit d8e6e07af0

View file

@ -342,6 +342,7 @@ let
runjags = [ pkgs.jags ];
RVowpalWabbit = with pkgs; [ zlib.dev boost ];
rzmq = with pkgs; [ zeromq pkg-config ];
httpuv = [ pkgs.zlib.dev ];
clustermq = [ pkgs.zeromq ];
SAVE = with pkgs; [ zlib bzip2 icu xz pcre ];
sdcTable = with pkgs; [ gmp glpk ];