Merge pull request #316639 from b-rodrigues/fix_smcryptoR

rPackages.smcryptoR: fixed build
This commit is contained in:
Justin Bedő 2024-06-03 10:52:26 +10:00 committed by GitHub
commit 8fd5ed24b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -475,6 +475,7 @@ let
sdcTable = with pkgs; [ gmp glpk ];
seewave = with pkgs; [ fftw.dev libsndfile.dev ];
seqinr = [ pkgs.zlib.dev ];
smcryptoR = with pkgs; [ cargo rustc which ];
webp = [ pkgs.pkg-config ];
seqminer = with pkgs; [ zlib.dev bzip2 ];
sf = with pkgs; [ gdal proj geos libtiff curl ];