Merge pull request #257231 from idontgetoutmuch/reallyreallymaster

Make rPackage.sf build fixes 257221
This commit is contained in:
Justin Bedő 2023-09-27 16:38:49 +10:00 committed by GitHub
commit 6e40bbbd47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,7 +423,7 @@ let
seqinr = [ pkgs.zlib.dev ];
webp = [ pkgs.pkg-config ];
seqminer = with pkgs; [ zlib.dev bzip2 ];
sf = with pkgs; [ gdal proj geos ];
sf = with pkgs; [ gdal proj geos libtiff curl ];
terra = with pkgs; [ gdal proj geos ];
showtext = with pkgs; [ zlib libpng icu freetype.dev ];
simplexreg = [ pkgs.gsl ];