add package name
This commit is contained in:
parent
a912c0e58f
commit
e8d355b581
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
in
|
||||
{
|
||||
defaultPackage = with pkgs; naersk-lib.buildPackage {
|
||||
name = "openpgp-card";
|
||||
src = ./.;
|
||||
buildInputs = [ cargo rustc rustfmt pcsclite nettle pre-commit rustPackages.clippy ];
|
||||
nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ] ++ lib.optionals stdenv.isDarwin [ PCSC ];
|
||||
|
|
Loading…
Reference in a new issue