diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2020-09-27 12:43:51 +0200 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-09-28 14:45:18 -0400 |
commit | 1896c0c6ea3597c917bb57d41a7ca0ba29dbf3b1 (patch) | |
tree | a06a909e2a3682d3cc182e27c6fc25f9c98db322 /gnu/local.mk | |
parent | 002c7a4f54961a2a35b85cc8586ca78e3c61336c (diff) | |
download | guix-1896c0c6ea3597c917bb57d41a7ca0ba29dbf3b1.tar.gz |
gnu: Add nss@3.56.
Icedove 78 requires nss > 3.53. This version is the only one building out-of-the-box. * gnu/packages/nss.scm (nss-3.56): New variable. * gnu/packages/patches/nss-3.56-pkgconfig.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Mark H Weaver <mhw@netris.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index f3b5b17e84..da56f8a6ab 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1361,6 +1361,7 @@ dist_patch_DATA = \ %D%/packages/patches/nsis-env-passthru.patch \ %D%/packages/patches/nss-increase-test-timeout.patch \ %D%/packages/patches/nss-pkgconfig.patch \ + %D%/packages/patches/nss-3.56-pkgconfig.patch \ %D%/packages/patches/ntfs-3g-CVE-2019-9755.patch \ %D%/packages/patches/nvi-assume-preserve-path.patch \ %D%/packages/patches/nvi-dbpagesize-binpower.patch \ |