mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: opensc: Build with OpenSSL 3.
* gnu/packages/security-token.scm (opensc) [inputs]: Replace openssl-1.1 with openssl. Change-Id: I89fb3cad73239b9870b34b2904fbdbb243b8f82b
This commit is contained in:
parent
59562d212a
commit
517e86d3c7
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ website for more information about Yubico and the YubiKey.")
|
|||
(("DEFAULT_PCSC_PROVIDER=\"libpcsclite\\.so\\.1\"")
|
||||
(string-append "DEFAULT_PCSC_PROVIDER=\"" libpcsclite "\"")))))))))
|
||||
(inputs
|
||||
(list readline openssl-1.1 pcsc-lite ccid))
|
||||
(list readline openssl pcsc-lite ccid))
|
||||
(native-inputs
|
||||
(list libxslt docbook-xsl pkg-config))
|
||||
(home-page "https://github.com/OpenSC/OpenSC/wiki")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue