diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-16 19:37:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 03:07:52 +0100 |
commit | df8a93044c0aba2dc42fc345983d9c63a483d3a8 (patch) | |
tree | 3d58414778fd2aefafad9d886dae4e0e6c71beb0 /gnu/packages/nss.scm | |
parent | 1ca2c6730b58c2779fa6837728e90273ad9c042d (diff) | |
download | guix-df8a93044c0aba2dc42fc345983d9c63a483d3a8.tar.gz |
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.
Diffstat (limited to 'gnu/packages/nss.scm')
-rw-r--r-- | gnu/packages/nss.scm | 3 |
1 files changed, 0 insertions, 3 deletions
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"))) |