Loading pkgs/tools/misc/yubico-piv-tool/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: { buildInputs = [ openssl check zlib.dev ] ++ (if withApplePCSC then [ PCSC ] else [ pcsclite ]); Loading @@ -56,6 +55,10 @@ stdenv.mkDerivation (finalAttrs: { configureFlags = [ "--with-backend=${if withApplePCSC then "macscard" else "pcsc"}" ]; doCheck = true; nativeCheckInputs = [ check ]; passthru = { updateScript = nix-update-script { extraArgs = [ "--version-regex" "yubico-piv-tool-([0-9.]+)$" ]; Loading Loading
pkgs/tools/misc/yubico-piv-tool/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: { buildInputs = [ openssl check zlib.dev ] ++ (if withApplePCSC then [ PCSC ] else [ pcsclite ]); Loading @@ -56,6 +55,10 @@ stdenv.mkDerivation (finalAttrs: { configureFlags = [ "--with-backend=${if withApplePCSC then "macscard" else "pcsc"}" ]; doCheck = true; nativeCheckInputs = [ check ]; passthru = { updateScript = nix-update-script { extraArgs = [ "--version-regex" "yubico-piv-tool-([0-9.]+)$" ]; Loading