Merge pull request #306069 from b-rodrigues/fix_yyjsonr

rPackages.yyjsonr: fixed build
This commit is contained in:
Weijia Wang 2024-04-27 06:06:05 +02:00 committed by GitHub
commit 4d284d3c40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ let
gert = [ pkgs.libgit2 ];
haven = with pkgs; [ zlib.dev ];
h5vc = with pkgs; [ zlib.dev bzip2.dev xz.dev ];
yyjsonr = with pkgs; [ zlib.dev ];
highs = [ pkgs.which pkgs.cmake ];
rbedrock = [ pkgs.zlib.dev pkgs.which pkgs.cmake ];
HiCseg = [ pkgs.gsl ];