forked from mirrors/nixpkgs
rPackages.flowWorkspace: fix missing zlib dependency
This commit is contained in:
parent
40ff9b267f
commit
23b57f2e6a
|
@ -599,6 +599,7 @@ let
|
||||||
RmecabKo = [ pkgs.mecab ];
|
RmecabKo = [ pkgs.mecab ];
|
||||||
PoissonBinomial = [ pkgs.fftw.dev ];
|
PoissonBinomial = [ pkgs.fftw.dev ];
|
||||||
rrd = [ pkgs.rrdtool ];
|
rrd = [ pkgs.rrdtool ];
|
||||||
|
flowWorkspace = [ pkgs.zlib.dev ];
|
||||||
};
|
};
|
||||||
|
|
||||||
packagesRequiringX = [
|
packagesRequiringX = [
|
||||||
|
|
Loading…
Reference in a new issue