more attempts

This commit is contained in:
Seán C McCord 2023-03-08 14:14:58 -05:00
parent e3e701372c
commit 7c7b789886
No known key found for this signature in database
GPG key ID: 0BE02ACD7471B0E8

View file

@ -14,7 +14,6 @@
{
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 ];