This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 932234fab0 Revert "gnu: icecat-minimal: Unbundle nss."
932234fab0 is described below

commit 932234fab07e68d37153f776a7d505c02d4687f4
Author: Mark H Weaver <[email protected]>
AuthorDate: Thu Jun 19 11:29:22 2025 -0400

    Revert "gnu: icecat-minimal: Unbundle nss."
    
    There have been reports that using the system NSS has caused
    Firefox-derived browsers in Guix to freeze.  See:
    
      https://codeberg.org/guix/guix/issues/546
      https://codeberg.org/guix/guix/issues/661
    
    This reverts commit b63ab3556e5e8e1a83b99bcebf76551715083d20.
---
 gnu/packages/gnuzilla.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index c0b536ef05..c260dbc169 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -768,7 +768,7 @@ variable defined below.  It requires guile-json to be 
installed."
            hunspell
            libnotify
            nspr
-           nss
+           ;; UNBUNDLE-ME! nss  (pending upgrade of 'nss' to 3.90 or later)
            shared-mime-info
            sqlite
            eudev
@@ -866,7 +866,7 @@ variable defined below.  It requires guile-json to be 
installed."
          ;; UNBUNDLE-ME! "--with-system-libvpx"
          "--with-system-icu"
          "--with-system-nspr"
-         "--with-system-nss"
+         ;; UNBUNDLE-ME! "--with-system-nss" ; pending upgrade of 'nss' to 3.90
 
          ;; UNBUNDLE-ME! "--with-system-harfbuzz"
          ;; UNBUNDLE-ME! "--with-system-graphite2"

Reply via email to