From 6500c9a5b364616e38a7e03aa4516fc2d7cee876 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 19 Jun 2021 16:52:59 +0200 Subject: gnu: nss-certs: Do not inherit version and source from nss. ...in order to avoid a top-level variable reference. This reverts commit 18c38c18989aab28a654c9e546243603690cc75e. * gnu/packages/certs.scm (nss-certs)[version, source]: Do not inherit from NSS. --- gnu/packages/nss.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/nss.scm') diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm index 2b6bdf323a..55eddc0c91 100644 --- a/gnu/packages/nss.scm +++ b/gnu/packages/nss.scm @@ -71,8 +71,8 @@ platform-neutral API for system level and libc-like functions. It is used in the Mozilla clients.") (license license:mpl2.0))) -;;; Note: When updating, also test the build of the nss-certs package, which -;;; uses the same source as nss. +;;; Note: When updating, also update the nss-certs package, which cannot +;;; inherit from here. (define-public nss (package (name "nss") -- cgit 1.4.1