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:
Marius Bakke 2020-02-28 00:55:09 +01:00
parent a64cef121a
commit 2e76ddd67f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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