Merge pull request #289293 from b-rodrigues/fix_vdiffr

rPackages.vdiffr: fixed build
This commit is contained in:
Justin Bedő 2024-03-01 09:00:29 +11:00 committed by GitHub
commit a51f094878
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -452,6 +452,7 @@ let
topicmodels = [ pkgs.gsl ];
udunits2 = with pkgs; [ udunits expat ];
units = [ pkgs.udunits ];
vdiffr = [ pkgs.libpng.dev ];
V8 = [ pkgs.v8 ];
XBRL = with pkgs; [ zlib libxml2.dev ];
XLConnect = [ pkgs.jdk ];