Merge pull request #269991 from TomaSajt/fix-r-xlconnect

rPackages.XLConnect: fix build
This commit is contained in:
Justin Bedő
2023-11-26 15:48:18 +11:00
committed by GitHub
+1
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 ];