Loading pkgs/by-name/ag/age-plugin-yubikey/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , pkg-config , openssl , pcsclite , apple-sdk_11 }: rustPlatform.buildRustPackage rec { Loading Loading @@ -32,7 +33,8 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isLinux [ pcsclite ]; ++ lib.optionals stdenv.hostPlatform.isLinux [ pcsclite ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; meta = with lib; { description = "YubiKey plugin for age"; Loading Loading
pkgs/by-name/ag/age-plugin-yubikey/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , pkg-config , openssl , pcsclite , apple-sdk_11 }: rustPlatform.buildRustPackage rec { Loading Loading @@ -32,7 +33,8 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isLinux [ pcsclite ]; ++ lib.optionals stdenv.hostPlatform.isLinux [ pcsclite ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; meta = with lib; { description = "YubiKey plugin for age"; Loading