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