rPackages.XLConnect: fix build

This commit is contained in:
TomaSajt 2023-11-25 22:18:29 +01:00
parent cb502b4d17
commit 7474a2f4f7
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -444,6 +444,7 @@ let
units = [ pkgs.udunits ];
V8 = [ pkgs.v8 ];
XBRL = with pkgs; [ zlib libxml2.dev ];
XLConnect = [ pkgs.jdk ];
xml2 = [ pkgs.libxml2.dev ] ++ lib.optionals stdenv.isDarwin [ pkgs.perl ];
XML = with pkgs; [ libtool libxml2.dev xmlsec libxslt ];
affyPLM = [ pkgs.zlib.dev ];