From df8a93044c0aba2dc42fc345983d9c63a483d3a8 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Dec 2021 19:37:17 +0100 Subject: gnu: Remove unreferenced nss/fixed. * gnu/packages/nss.scm (nss/fixed): Remove variable. * gnu/packages/patches/nss-CVE-2021-43527.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. --- gnu/packages/nss.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/nss.scm') diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm index 41b564483f..bb449352a6 100644 --- a/gnu/packages/nss.scm +++ b/gnu/packages/nss.scm @@ -219,6 +219,3 @@ applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.") (license license:mpl2.0))) - -(define nss/fixed - (package-with-extra-patches nss (search-patches "nss-CVE-2021-43527.patch"))) -- cgit v1.2.3