rPackages.BitSeq: mostly fix dependencies

This commit is contained in:
TomaSajt
2026-07-10 20:12:02 +02:00
committed by Michael Daniels
parent 464da0b219
commit de503d6fe4

View File

@@ -419,7 +419,6 @@ let
BayesXsrc = [ pkgs.gsl ]; # for gsl-config
BigDataStatMeth = [ pkgs.pkg-config ];
BiocCheck = [ pkgs.which ];
BitSeq = [ pkgs.zlib.dev ];
Cairo = [ pkgs.pkg-config ];
Cardinal = [ pkgs.which ];
CellBarcode = [ pkgs.zlib ];
@@ -1067,6 +1066,7 @@ let
BayesSAE = [ pkgs.gsl ];
BayesVarSel = [ pkgs.gsl ];
BigDataStatMeth = [ pkgs.zlib ];
BitSeq = [ pkgs.zlib ];
CBN2Path = [ pkgs.gsl ];
CLVTools = [ pkgs.gsl ];
CNEr = with pkgs; [ zlib ];