Make rPackage.sf build fixes 257221
This commit is contained in:
parent
d83248b4c9
commit
f6e9496176
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ let
|
||||||
seqinr = [ pkgs.zlib.dev ];
|
seqinr = [ pkgs.zlib.dev ];
|
||||||
webp = [ pkgs.pkg-config ];
|
webp = [ pkgs.pkg-config ];
|
||||||
seqminer = with pkgs; [ zlib.dev bzip2 ];
|
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 ];
|
terra = with pkgs; [ gdal proj geos ];
|
||||||
showtext = with pkgs; [ zlib libpng icu freetype.dev ];
|
showtext = with pkgs; [ zlib libpng icu freetype.dev ];
|
||||||
simplexreg = [ pkgs.gsl ];
|
simplexreg = [ pkgs.gsl ];
|
||||||
|
|
Loading…
Reference in a new issue