mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
r-httpuv: add missing zlib.dev dependency to fix the build
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user