aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-02-28 00:55:09 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-02-28 01:36:34 +0100
commit2e76ddd67ff2e10a151b5de3c67a480d94c01671 (patch)
treeb13170e6df3a615a3c0192c72bb2db546811df3b /gnu/packages
parenta64cef121a9e3753f41c9541239c0ccfba57b3ae (diff)
downloadguix-2e76ddd67ff2e10a151b5de3c67a480d94c01671.tar.gz
guix-2e76ddd67ff2e10a151b5de3c67a480d94c01671.zip
gnu: OpenSSL: Do not inherit grafts on replacement package.
* gnu/packages/tls.scm (openssl-1.1.1d): Use INHERIT instead of PACKAGE/INHERIT.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/tls.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 86910a63fd..8967bb127d 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -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)
mk: Add them. * po/guix/fi.po: New file. * po/guix/LINGUAS: Add it. Julien Lepiller 2021-12-04nls: Update translations.Julien Lepiller 2021-11-06nls: Update translations....* po/doc/guix-cookbook.es.po: New file. * po/doc/local.mk: Add 'es' cookbook. * doc/local.mk: Add 'es' cookbook. Julien Lepiller 2021-10-17nls: Update translations.Julien Lepiller 2021-09-02nls: Update translations....* po/packages/it.po: New file. * po/packages/LINGUAS: Add `it'. * po/*/*.po: Update translations. Julien Lepiller 2021-08-04nls: Update translations....* po/doc/guix-cookbook.ru.po: New file. * po/doc/guix-cookbook.sk.po: New file. * po/*/*.po: Update translations. * doc/local.mk (COOKBOOK_LANGUAGES): Add ru and sk. (info_TEXINFOS): Add Russian and Slovak cookbooks. * po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Add Russian and Slovak po files. Julien Lepiller 2021-05-10nls: Update translations.Maxim Cournoyer 2021-04-18nls: Update 'de' translations.Julien Lepiller