mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: openssl@1.1: Really replace with fixed version.
The ‘replacement’ field of ‘openssl-1.1’ was apparently lost in a previous merge commit ca. Jan. 2023; consequently, ‘openssl/fixed’ was unused. * gnu/packages/tls.scm (openssl-1.1)[replacement]: New field.
This commit is contained in:
parent
59587e2fda
commit
e67cb380f7
1 changed files with 1 additions and 0 deletions
|
@ -426,6 +426,7 @@ (define-public openssl-1.1
|
|||
(package
|
||||
(name "openssl")
|
||||
(version "1.1.1q")
|
||||
(replacement openssl/fixed)
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "https://www.openssl.org/source/openssl-"
|
||||
|
|
Loading…
Reference in a new issue