add pname
This commit is contained in:
parent
e8d355b581
commit
d1744dac79
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
in
|
||||
{
|
||||
defaultPackage = with pkgs; naersk-lib.buildPackage {
|
||||
name = "openpgp-card";
|
||||
pname = "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