~ruther/guix-local

4f6ff977c22b996765178a1dcc6e8f1523601817 — Leo Famulari 9 years ago 6eda11d
gnu: nss: Add comment about test failures in NSS 3.27.2

* gnu/packages/gnuzilla.scm (nss): Add comment.
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/gnuzilla.scm
M gnu/packages/gnuzilla.scm => gnu/packages/gnuzilla.scm +4 -0
@@ 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)