Merge pull request #240427 from a-kenji/init-gimoji

gimoji: init at 0.5.0
This commit is contained in:
Nick Cao 2023-06-29 09:01:13 +08:00 committed by GitHub
commit 378cdffdb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,31 @@
{ lib
, rustPlatform
, fetchFromGitHub
, stdenv
, darwin
}:
rustPlatform.buildRustPackage rec {
pname = "gimoji";
version = "0.5.0";
src = fetchFromGitHub {
owner = "zeenix";
repo = "gimoji";
rev = version;
hash = "sha256-fRAi+ac/NzG6FQZq6ohpan5ZNtiwJXLV6k1BsMwaJsg=";
};
cargoHash = "sha256-57A/D6XgedQEaTn+lx5Ce/O8wR2xO3ozemLQOOF8/84=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.AppKit
];
meta = with lib; {
description = "Easily add emojis to your git commit messages";
homepage = "https://github.com/zeenix/gimoji";
license = licenses.mit;
maintainers = with maintainers; [ a-kenji ];
};
}

View File

@ -17741,6 +17741,8 @@ with pkgs;
gimme-aws-creds = callPackage ../tools/admin/gimme-aws-creds { };
gimoji = callPackage ../applications/misc/gimoji { };
guile_1_8 = callPackage ../development/interpreters/guile/1.8.nix { };
# Needed for autogen