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

Merge pull request #288655 from b-rodrigues/fix_apcf

rPackages.apcf: add dependency
parents 2f3b27ae cdc9b2e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -427,6 +427,7 @@ let
    seqminer = with pkgs; [ zlib.dev bzip2 ];
    sf = with pkgs; [ gdal proj geos libtiff curl ];
    terra = with pkgs; [ gdal proj geos ];
    apcf = with pkgs; [ geos ];
    showtext = with pkgs; [ zlib libpng icu freetype.dev ];
    simplexreg = [ pkgs.gsl ];
    spate = [ pkgs.fftw.dev ];