17 rustPlatform.buildRustPackage rec {
21 src = fetchFromGitHub {
25 hash = "sha256-eUUHH6bPfYjkHo7C7GWzewTpT8je7TQK9M8mTM5v59s=";
28 cargoHash = "sha256-GtSvDfG9lRUirm4d6PSaOBLTHZJT2PH0Sx/9GVquX5M=";
31 gpgme # for gpgme-config
32 libgpg-error # for gpg-error-config
41 ] ++ lib.optionals stdenv.isDarwin [
50 description = "Terminal user interface for GnuPG";
51 homepage = "https://github.com/orhun/gpg-tui";
52 changelog = "https://github.com/orhun/gpg-tui/blob/${src.rev}/CHANGELOG.md";
53 license = licenses.mit;
54 maintainers = with maintainers; [ dotlambda ];