Merge pull request #288658 from b-rodrigues/fix_strawr

rPackages.strawr: added dependency
This commit is contained in:
Justin Bedő 2024-02-16 13:05:07 +11:00 committed by GitHub
commit 53bdd2cb60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -426,6 +426,7 @@ let
webp = [ pkgs.pkg-config ];
seqminer = with pkgs; [ zlib.dev bzip2 ];
sf = with pkgs; [ gdal proj geos libtiff curl ];
strawr = with pkgs; [ curl.dev ];
terra = with pkgs; [ gdal proj geos ];
apcf = with pkgs; [ geos ];
showtext = with pkgs; [ zlib libpng icu freetype.dev ];