Merge pull request #300545 from Kupac/fix_diffHic

rPackages.diffHic: fix deps
This commit is contained in:
Justin Bedő 2024-04-10 09:00:17 +10:00 committed by GitHub
commit 3a45d48d58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -607,6 +607,7 @@ let
s2 = [ pkgs.openssl.dev ];
ArrayExpressHTS = with pkgs; [ zlib.dev curl.dev which ];
bbl = with pkgs; [ gsl ];
diffHic = with pkgs; [ xz.dev bzip2.dev ];
writexl = with pkgs; [ zlib.dev ];
xslt = with pkgs; [ libxslt libxml2 ];
qpdf = with pkgs; [ libjpeg.dev zlib.dev ];