1 { lib, stdenv, buildGoPackage, fetchFromGitHub, pkg-config, pcsclite }:
7 goPackagePath = "github.com/status-im/keycard-cli";
10 nativeBuildInputs = [ pkg-config ];
11 buildInputs = [ pcsclite ];
13 src = fetchFromGitHub {
17 sha256 = "sha256-ejFvduZs3eWc6efr9o4pXb6qw2QWWQTtkTxF80vOGNU=";
21 "-X main.version=${version}"
25 description = "A command line tool and shell to manage keycards";
26 homepage = "https://keycard.status.im";
27 license = licenses.mpl20;
28 maintainers = [ maintainers.zimbatm ];
29 broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/keycard-cli.x86_64-darwin