r-httpuv: add missing zlib.dev dependency to fix the build
This commit is contained in:
parent
dd74170ce4
commit
d8e6e07af0
1 changed files with 1 additions and 0 deletions
|
@ -342,6 +342,7 @@ let
|
||||||
runjags = [ pkgs.jags ];
|
runjags = [ pkgs.jags ];
|
||||||
RVowpalWabbit = with pkgs; [ zlib.dev boost ];
|
RVowpalWabbit = with pkgs; [ zlib.dev boost ];
|
||||||
rzmq = with pkgs; [ zeromq pkg-config ];
|
rzmq = with pkgs; [ zeromq pkg-config ];
|
||||||
|
httpuv = [ pkgs.zlib.dev ];
|
||||||
clustermq = [ pkgs.zeromq ];
|
clustermq = [ pkgs.zeromq ];
|
||||||
SAVE = with pkgs; [ zlib bzip2 icu xz pcre ];
|
SAVE = with pkgs; [ zlib bzip2 icu xz pcre ];
|
||||||
sdcTable = with pkgs; [ gmp glpk ];
|
sdcTable = with pkgs; [ gmp glpk ];
|
||||||
|
|
Loading…
Reference in a new issue