3
0
Fork 0
forked from mirrors/nixpkgs

rPackages.flowWorkspace: fix missing zlib dependency

This commit is contained in:
Justin Bedo 2021-11-04 21:18:44 +11:00
parent 40ff9b267f
commit 23b57f2e6a
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -599,6 +599,7 @@ let
RmecabKo = [ pkgs.mecab ];
PoissonBinomial = [ pkgs.fftw.dev ];
rrd = [ pkgs.rrdtool ];
flowWorkspace = [ pkgs.zlib.dev ];
};
packagesRequiringX = [