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:
Maxim Cournoyer 2025-05-24 20:28:55 +09:00 committed by Maxim Cournoyer
parent 59562d212a
commit 517e86d3c7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")