Merge pull request #306208 from b-rodrigues/fix_hellorust

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

View File

@ -358,6 +358,7 @@ let
gslnls = [ pkgs.gsl ];
gert = [ pkgs.libgit2 ];
haven = with pkgs; [ zlib.dev ];
hellorust = [ pkgs.cargo ];
h5vc = with pkgs; [ zlib.dev bzip2.dev xz.dev ];
yyjsonr = with pkgs; [ zlib.dev ];
highs = [ pkgs.which pkgs.cmake ];