rPackages.abn: fix dependencies

This commit is contained in:
TomaSajt
2026-07-11 11:31:27 +02:00
committed by Michael Daniels
parent 4b0fea3ba4
commit 0486bc3c12

View File

@@ -504,7 +504,10 @@ let
pkg-config
libxml2 # for xml2-config
];
abn = [ pkgs.gsl ];
abn = with pkgs; [
gsl # for gsl-config
jags
];
adimpro = [ pkgs.imagemagick ];
affyPLM = [ pkgs.zlib.dev ];
affyio = [ pkgs.zlib.dev ];
@@ -1197,7 +1200,6 @@ let
];
XVector = [ pkgs.zlib ];
XYomics = [ pkgs.boost ];
abn = [ pkgs.jags ];
adbcpostgresql = with pkgs; [
readline.dev
zlib.dev