gnu: OpenSSL: Do not inherit grafts on replacement package.
* gnu/packages/tls.scm (openssl-1.1.1d): Use INHERIT instead of PACKAGE/INHERIT.
This commit is contained in:
parent
a64cef121a
commit
2e76ddd67f
1 changed files with 2 additions and 2 deletions
|
@ -403,8 +403,8 @@ required structures.")
|
|||
(home-page "https://www.openssl.org/")))
|
||||
|
||||
(define openssl-1.1.1d
|
||||
(package/inherit
|
||||
openssl
|
||||
(package
|
||||
(inherit openssl)
|
||||
(version "1.1.1d")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
|
Reference in a new issue