more attempts
This commit is contained in:
parent
e88abd2cad
commit
c8fbe8b0b2
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue