Merge pull request #287327 from b-rodrigues/fix_cellbarcode

rPackages.CellBarcode: added dependency
This commit is contained in:
Justin Bedő 2024-02-13 09:48:17 +11:00 committed by GitHub
commit f02a2b73e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -320,6 +320,7 @@ let
bio3d = [ pkgs.zlib ];
BiocCheck = [ pkgs.which ];
Biostrings = [ pkgs.zlib ];
CellBarcode = [ pkgs.zlib ];
bnpmr = [ pkgs.gsl ];
cairoDevice = [ pkgs.gtk2.dev ];
Cairo = with pkgs; [ libtiff libjpeg cairo.dev xorg.libXt.dev fontconfig.lib ];