forked from mirrors/nixpkgs
r-httpuv: add missing zlib.dev dependency to fix the build
This commit is contained in:
parent
dd74170ce4
commit
d8e6e07af0
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue