more attempts

This commit is contained in:
Seán C McCord 2023-03-08 13:47:24 -05:00
parent e88abd2cad
commit c8fbe8b0b2
No known key found for this signature in database
GPG key ID: 0BE02ACD7471B0E8

View file

@ -17,7 +17,7 @@
pname = "openpgp-card";
src = ./.;
buildInputs = [ cargo rustc rustfmt pcsclite nettle pre-commit rustPackages.clippy ];
nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ] ++ lib.optionals stdenv.isDarwin [ PCSC ];
nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ];
RUST_SRC_PATH = rustPlatform.rustLibSrc;
};
devShell = with pkgs; mkShell {