gnu: nss: Add comment about test failures in NSS 3.27.2

* gnu/packages/gnuzilla.scm (nss): Add comment.
This commit is contained in:
Leo Famulari 2016-12-20 14:44:21 -05:00
parent 6eda11de44
commit 4f6ff977c2
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -186,6 +186,10 @@ (define-public nspr
(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)