guix_mirror_bot pushed a commit to branch gnuzilla-updates
in repository guix.

commit 45e6a6e49b90a8f79b5c999e429ba207157cda9d
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