rPackages.coga: fix dependencies

This commit is contained in:
TomaSajt
2026-07-12 01:49:56 +02:00
committed by Michael Daniels
parent b4efa4917f
commit fb580af11e

View File

@@ -585,6 +585,7 @@ let
clarabel = [ pkgs.cargo ];
cld3 = [ pkgs.protobuf ];
clustermq = [ pkgs.pkg-config ];
coga = [ pkgs.gsl ]; # for gsl-config
cpp11bigwig = [ pkgs.curl ]; # for curl-config
crc32c = [
pkgs.which
@@ -1147,7 +1148,6 @@ let
cit = [ pkgs.gsl ];
cld3 = [ pkgs.protobuf ];
clustermq = [ pkgs.zeromq ];
coga = [ pkgs.gsl.dev ];
cpp11bigwig = [ pkgs.zlib ];
cpp11qpdf = with pkgs; [
libjpeg