rPackages.ggiraph: fix build

This commit is contained in:
Justin Bedo 2021-10-11 22:21:25 +11:00
parent e6bf94c615
commit a50b96d990
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -299,6 +299,7 @@ let
fftwtools = with pkgs; [ fftw.dev pkg-config ];
Formula = [ pkgs.gmp ];
gdtools = with pkgs; [ cairo.dev fontconfig.lib freetype.dev ];
ggiraph = with pkgs; [ pkgs.libpng.dev ];
git2r = with pkgs; [ zlib.dev openssl.dev libssh2.dev libgit2 pkg-config ];
GLAD = [ pkgs.gsl ];
glpkAPI = with pkgs; [ gmp glpk ];