mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +00:00
keycard-cli: embed version
This commit is contained in:
parent
d7340fe232
commit
4738a5772b
|
@ -17,6 +17,11 @@ buildGoPackage rec {
|
||||||
sha256 = "1jnbaq57i6i9bad1hcvd28mxfqq6v8rv806c6l74vlb79ff4v1wb";
|
sha256 = "1jnbaq57i6i9bad1hcvd28mxfqq6v8rv806c6l74vlb79ff4v1wb";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildFlagsArray = [
|
||||||
|
"-ldflags="
|
||||||
|
"-X main.version=${version}"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A command line tool and shell to manage keycards";
|
description = "A command line tool and shell to manage keycards";
|
||||||
homepage = "https://keycard.status.im";
|
homepage = "https://keycard.status.im";
|
||||||
|
|
Loading…
Reference in a new issue