From c8fbe8b0b2b610630d88330432222204ba2f4366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Wed, 8 Mar 2023 13:47:24 -0500 Subject: [PATCH] more attempts --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7d617fa..a66e45e 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {