mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
rPackages.{trackViewer,themetagenomics,NanoMethViz}: fix missing zlib dependencies
This commit is contained in:
parent
71723e1f68
commit
6611a558d3
@ -450,6 +450,9 @@ let
|
||||
PICS = [ pkgs.gsl ];
|
||||
RcppCWB = [ pkgs.pkg-config ];
|
||||
rrd = [ pkgs.pkg-config ];
|
||||
trackViewer = [ pkgs.zlib.dev ];
|
||||
themetagenomics = [ pkgs.zlib.dev ];
|
||||
NanoMethViz = [ pkgs.zlib.dev ];
|
||||
};
|
||||
|
||||
packagesWithBuildInputs = {
|
||||
|
Loading…
Reference in New Issue
Block a user