mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
rPackages.apsimx: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
dbb061bc25
commit
b4efa4917f
@@ -521,6 +521,7 @@ let
|
||||
];
|
||||
animation = [ pkgs.which ];
|
||||
apcf = [ pkgs.geos ]; # for geos-config
|
||||
apsimx = [ pkgs.which ];
|
||||
arcgisgeocode = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
@@ -1104,7 +1105,6 @@ let
|
||||
];
|
||||
affyPLM = [ pkgs.zlib ];
|
||||
affyio = [ pkgs.zlib ];
|
||||
apsimx = [ pkgs.which ];
|
||||
arcgisplaces = [ pkgs.openssl ];
|
||||
archive = [ pkgs.libarchive ];
|
||||
arrangements = with pkgs; [ gmp.dev ];
|
||||
|
||||
Reference in New Issue
Block a user