16 rustPlatform.buildRustPackage rec {
17 pname = "whitebox_tools";
20 src = fetchFromGitHub {
22 repo = "whitebox-tools";
24 hash = "sha256-kvtfEEydwonoDux1VbAxqrF/Hf8Qh8mhprYnROGOC6g=";
27 cargoHash = "sha256-6v/3b6BHh/n7M2ZhLVKRvv0Va2xbLUSsxUb5paOStbQ=";
34 ] ++ lib.optional stdenv.hostPlatform.isDarwin Security;
43 passthru.updateScript = nix-update-script { };
46 homepage = "https://jblindsay.github.io/ghrg/WhiteboxTools/index.html";
47 description = "Advanced geospatial data analysis platform";
48 license = lib.licenses.mit;
49 maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ mpickering ]);