Unverified Commit 6e40bbbd authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

Merge pull request #257231 from idontgetoutmuch/reallyreallymaster

Make rPackage.sf build fixes 257221
parents 105d1aa3 f6e94961
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];