1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 08:40:30 +02:00

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

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)