mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
rPackages.Rsamtools: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
3953de9cc7
commit
464da0b219
@@ -530,12 +530,6 @@ let
|
||||
prrte.dev
|
||||
];
|
||||
Rpoppler = [ pkgs.pkg-config ];
|
||||
Rsamtools = with pkgs; [
|
||||
zlib.dev
|
||||
curl.dev
|
||||
bzip2
|
||||
xz
|
||||
];
|
||||
Rserve = [ pkgs.openssl ];
|
||||
Rssa = [ pkgs.fftw.dev ];
|
||||
Rsubbotools = [ pkgs.gsl ];
|
||||
@@ -1187,6 +1181,11 @@ let
|
||||
RoBMA = [ pkgs.jags ];
|
||||
RoBSA = [ pkgs.jags ];
|
||||
Rpoppler = [ pkgs.poppler ];
|
||||
Rsamtools = with pkgs; [
|
||||
bzip2
|
||||
xz
|
||||
zlib
|
||||
];
|
||||
Rsymphony = with pkgs; [
|
||||
symphony
|
||||
doxygen
|
||||
|
||||
Reference in New Issue
Block a user