mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.rgdal: mostly fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
a573f53d30
commit
2710c88b61
@@ -740,10 +740,7 @@ let
|
||||
redux = [ pkgs.pkg-config ];
|
||||
reprex = [ pkgs.which ];
|
||||
resultant = [ pkgs.pkg-config ];
|
||||
rgdal = with pkgs; [
|
||||
proj.dev
|
||||
gdal
|
||||
];
|
||||
rgdal = [ pkgs.gdal ]; # for gdal-config
|
||||
rgeos = [ pkgs.geos ];
|
||||
rhdf5 = [ pkgs.zlib ];
|
||||
ridge = [ pkgs.gsl ];
|
||||
@@ -1479,6 +1476,7 @@ let
|
||||
gmp
|
||||
mpfr
|
||||
];
|
||||
rgdal = [ pkgs.proj ];
|
||||
rgl = with pkgs; [
|
||||
libGLU
|
||||
libGL
|
||||
|
||||
Reference in New Issue
Block a user