diff options
author | Leo Famulari <leo@famulari.name> | 2016-12-20 14:44:21 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-12-20 14:44:53 -0500 |
commit | 4f6ff977c22b996765178a1dcc6e8f1523601817 (patch) | |
tree | 8f9c8942933e5ad48b3e27431c2101d0196c9a81 | |
parent | 6eda11de4449d936954c9ba0ce444ed6b8ef1ef3 (diff) | |
download | guix-4f6ff977c22b996765178a1dcc6e8f1523601817.tar guix-4f6ff977c22b996765178a1dcc6e8f1523601817.tar.gz |
gnu: nss: Add comment about test failures in NSS 3.27.2
* gnu/packages/gnuzilla.scm (nss): Add comment.
-rw-r--r-- | gnu/packages/gnuzilla.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 9ef8428cc5..07ed2af0bb 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -186,6 +186,10 @@ in the Mozilla clients.") (define-public nss (package (name "nss") + ;; FIXME: NSS 3.27.2 fails its tests on armhf. At least some of the test + ;; failures appear to be caused by test certificates that have expired. + ;; Search the test suite output for 'PayPalEE.cert' for an example: + ;; <https://hydra.gnu.org/build/1712083> (version "3.27.1") (source (origin (method url-fetch) |