···2, lib
3, rustPlatform
4, fetchFromGitHub
05}:
67rustPlatform.buildRustPackage rec {
···1920 # a nightly compiler is required unless we use this cheat code.
21 RUSTC_BOOTSTRAP = 1;
002223 meta = with lib; {
24 description = "Tool to automatically sign git commits, replacing gpg for that purpose";
···2, lib
3, rustPlatform
4, fetchFromGitHub
5+, Security
6}:
78rustPlatform.buildRustPackage rec {
···2021 # a nightly compiler is required unless we use this cheat code.
22 RUSTC_BOOTSTRAP = 1;
23+24+ buildInputs = lib.optional stdenv.isDarwin Security;
2526 meta = with lib; {
27 description = "Tool to automatically sign git commits, replacing gpg for that purpose";