Simon, Simon Josefsson via Guix-patches via 写道: > Subject: [PATCH] gnu: oath-toolkit: Build libpskc and pskctool. Thanks! Pushed as 37fd82177ef33f2d3331f14055c6302001cd7c04 with minor changes. > * gnu/packages/authentication.scm (oath-toolkit): Use > xmlsec-openssl to enable > libpskc and pskctool. Expanded to list all changes in our GNU ‘change log’ format. > + #:use-module (gnu packages xml) > + #:use-module (gnu packages tls) Placed these and the new *inputs alphabetically. > + "--enable-pskc" > + "--with-xmlsec-crypto-engine=openssl") The second line used a tab for indentation. Replaced by spaces. > +Supported technologies include the event-based $dfn{HOTP} > algorithm (RFC4226), > +the time-based @dfn{TOTP} algorithm (RFC6238), and Portable > Symmetric Key > +Container (@dfn{PSKC}, RFC6030) to manage secret key data.") Modified to use @acronym. Kind regards, T G-R