Merge pull request #257231 from idontgetoutmuch/reallyreallymaster

Make rPackage.sf build fixes 257221

authored by Justin Bedő and committed by GitHub 6e40bbbd 105d1aa3

+1 -1
+1 -1
pkgs/development/r-modules/default.nix
··· 423 seqinr = [ pkgs.zlib.dev ]; 424 webp = [ pkgs.pkg-config ]; 425 seqminer = with pkgs; [ zlib.dev bzip2 ]; 426 - sf = with pkgs; [ gdal proj geos ]; 427 terra = with pkgs; [ gdal proj geos ]; 428 showtext = with pkgs; [ zlib libpng icu freetype.dev ]; 429 simplexreg = [ pkgs.gsl ];
··· 423 seqinr = [ pkgs.zlib.dev ]; 424 webp = [ pkgs.pkg-config ]; 425 seqminer = with pkgs; [ zlib.dev bzip2 ]; 426 + sf = with pkgs; [ gdal proj geos libtiff curl ]; 427 terra = with pkgs; [ gdal proj geos ]; 428 showtext = with pkgs; [ zlib libpng icu freetype.dev ]; 429 simplexreg = [ pkgs.gsl ];