mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.XML: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
f00800713b
commit
0dbabc176c
@@ -991,10 +991,8 @@ let
|
||||
];
|
||||
xml2 = [ pkgs.libxml2.dev ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ pkgs.perl ];
|
||||
XML = with pkgs; [
|
||||
libtool
|
||||
libxml2.dev
|
||||
xmlsec
|
||||
libxslt
|
||||
pkg-config
|
||||
libxml2 # for xml2-config
|
||||
];
|
||||
affyPLM = [ pkgs.zlib.dev ];
|
||||
BitSeq = [ pkgs.zlib.dev ];
|
||||
@@ -1214,7 +1212,12 @@ let
|
||||
];
|
||||
Rpoppler = [ pkgs.poppler ];
|
||||
RPostgres = with pkgs; [ libpq ];
|
||||
XML = [ pkgs.pkg-config ];
|
||||
XML = with pkgs; [
|
||||
libtool
|
||||
libxml2
|
||||
xmlsec
|
||||
libxslt
|
||||
];
|
||||
apsimx = [ pkgs.which ];
|
||||
cairoDevice = [ pkgs.pkg-config ];
|
||||
CBN2Path = [ pkgs.gsl ];
|
||||
|
||||
Reference in New Issue
Block a user