mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
rPackages.Rsubread: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
36c2efea1a
commit
68bdfd8128
@@ -481,8 +481,7 @@ let
|
||||
Rlibeemd = [ pkgs.gsl ]; # for gsl-config
|
||||
Rmpi = [ pkgs.prrte ];
|
||||
Rpoppler = [ pkgs.pkg-config ];
|
||||
Rsubbotools = [ pkgs.gsl ];
|
||||
Rsubread = [ pkgs.zlib.dev ];
|
||||
Rsubbotools = [ pkgs.gsl ]; # for gsl-config
|
||||
Rsymphony = [ pkgs.pkg-config ];
|
||||
SAVE = with pkgs; [
|
||||
zlib
|
||||
@@ -1158,6 +1157,7 @@ let
|
||||
];
|
||||
Rserve = [ pkgs.openssl ];
|
||||
Rssa = [ pkgs.fftw ];
|
||||
Rsubread = [ pkgs.zlib ];
|
||||
Rsymphony = with pkgs; [
|
||||
symphony
|
||||
doxygen
|
||||
|
||||
Reference in New Issue
Block a user