rPackages.arcgisplaces: fix build

This commit is contained in:
Justin Bedo 2024-06-03 10:02:11 +10:00
parent 3895812b01
commit 69b21aa877
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -466,6 +466,7 @@ let
tok = [ pkgs.cargo ];
arcgisutils = with pkgs; [ cargo rustc ];
arcgisgeocode = with pkgs; [ cargo rustc ];
arcgisplaces = with pkgs; [ pkg-config openssl.dev cargo rustc ];
apcf = with pkgs; [ geos ];
SemiCompRisks = [ pkgs.gsl ];
showtext = with pkgs; [ zlib libpng icu freetype.dev ];