[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: Revert "gnu: nss: Fix build failure caused by expired test certif
From: |
Leo Famulari |
Subject: |
03/04: Revert "gnu: nss: Fix build failure caused by expired test certificate." |
Date: |
Sat, 7 Jan 2017 21:46:13 +0000 (UTC) |
lfam pushed a commit to branch staging
in repository guix.
commit 8c5e7d8d0399731d8f06a0d78bc3f1298e97ee32
Author: Leo Famulari <address@hidden>
Date: Sat Jan 7 16:43:10 2017 -0500
Revert "gnu: nss: Fix build failure caused by expired test certificate."
This reverts commit 51ec40b25546834b38df30a5d8d238be39411849.
---
gnu/local.mk | 1 -
gnu/packages/gnuzilla.scm | 3 +--
gnu/packages/patches/nss-update-expired-test-cert.patch | Bin 3403 -> 0 bytes
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index c4d9147..0c95279 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -748,7 +748,6 @@ dist_patch_DATA =
\
%D%/packages/patches/ninja-zero-mtime.patch \
%D%/packages/patches/node-9077.patch \
%D%/packages/patches/nss-pkgconfig.patch \
- %D%/packages/patches/nss-update-expired-test-cert.patch \
%D%/packages/patches/nvi-assume-preserve-path.patch \
%D%/packages/patches/nvi-dbpagesize-binpower.patch \
%D%/packages/patches/nvi-db4.patch \
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index e4adfbb..9cb1f26 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -199,8 +199,7 @@ in the Mozilla clients.")
(base32
"0945q9yyhax9lkhxs1bjlr5gwknpvhzsa4zxfh127l398i9ci2nw"))
;; Create nss.pc and nss-config.
- (patches (search-patches "nss-pkgconfig.patch"
- "nss-update-expired-test-cert.patch"))))
+ (patches (search-patches "nss-pkgconfig.patch"))))
(build-system gnu-build-system)
(outputs '("out" "bin"))
(arguments
diff --git a/gnu/packages/patches/nss-update-expired-test-cert.patch
b/gnu/packages/patches/nss-update-expired-test-cert.patch
deleted file mode 100644
index 4e7cd6e..0000000
Binary files a/gnu/packages/patches/nss-update-expired-test-cert.patch and
/dev/null differ