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/")))
|
(home-page "https://www.openssl.org/")))
|
||||||
|
|
||||||
(define openssl-1.1.1d
|
(define openssl-1.1.1d
|
||||||
(package/inherit
|
(package
|
||||||
openssl
|
(inherit openssl)
|
||||||
(version "1.1.1d")
|
(version "1.1.1d")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Reference in a new issue