mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.abn: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
4b0fea3ba4
commit
0486bc3c12
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user