mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
rPackages.gdalcubes: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
d4316f9cb0
commit
79b392dc3f
@@ -630,7 +630,11 @@ let
|
||||
cargo
|
||||
rustc
|
||||
];
|
||||
gdalcubes = [ pkgs.pkg-config ];
|
||||
gdalcubes = with pkgs; [
|
||||
pkg-config
|
||||
gdal # for gdal-config
|
||||
netcdf # for nc-config
|
||||
];
|
||||
gdalraster = [ pkgs.pkg-config ];
|
||||
gdtools = [ pkgs.pkg-config ];
|
||||
gert = [ pkgs.pkg-config ];
|
||||
@@ -1191,9 +1195,7 @@ let
|
||||
gaston = with pkgs; [ zlib.dev ];
|
||||
gdalcubes = with pkgs; [
|
||||
proj.dev
|
||||
gdal
|
||||
sqlite.dev
|
||||
netcdf
|
||||
];
|
||||
gdalraster = with pkgs; [
|
||||
gdal
|
||||
|
||||
Reference in New Issue
Block a user