whitebox-tools: cleanup
apply nixfmt-rfc-style
This commit is contained in:
parent
4fdaae34eb
commit
eb17962e97
@ -1,15 +1,16 @@
|
|||||||
{ lib
|
{
|
||||||
, stdenv
|
lib,
|
||||||
, cmake
|
stdenv,
|
||||||
, rustPlatform
|
cmake,
|
||||||
, pkg-config
|
rustPlatform,
|
||||||
, fetchFromGitHub
|
pkg-config,
|
||||||
, atk
|
fetchFromGitHub,
|
||||||
, gtk3
|
atk,
|
||||||
, glib
|
gtk3,
|
||||||
, openssl
|
glib,
|
||||||
, Security
|
openssl,
|
||||||
, nix-update-script
|
Security,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
@ -39,12 +40,12 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script {};
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://jblindsay.github.io/ghrg/WhiteboxTools/index.html";
|
homepage = "https://jblindsay.github.io/ghrg/WhiteboxTools/index.html";
|
||||||
description = "An advanced geospatial data analysis platform";
|
description = "An advanced geospatial data analysis platform";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = [ maintainers.mpickering ];
|
maintainers = with lib.maintainers; [ mpickering ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user