guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: icedove: Unbundle NSS.


From: guix-commits
Subject: 04/06: gnu: icedove: Unbundle NSS.
Date: Mon, 13 Feb 2023 16:18:48 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 9fd1cd442fab5e80bed33dccbbbec51c098ffc2a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Oct 12 12:38:12 2022 +0000

    gnu: icedove: Unbundle NSS.
    
    * gnu/packages/gnuzilla.scm (icedove) [inputs]: Add nss-next.  Remove 
nspr-4.32.
    [configure]: Add "ac_add_options --with-system-nss".
---
 gnu/packages/gnuzilla.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index de6db9ddfb..082a54abec 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1306,7 +1306,7 @@ ca495991b7852b855"))
                       "ac_add_options --with-system-jpeg\n"
                       "ac_add_options --with-system-libevent\n"
                       "ac_add_options --with-system-nspr\n"
-                                        ;"ac_add_options --with-system-nss\n"
+                      "ac_add_options --with-system-nss\n"
                       "ac_add_options --with-system-zlib\n"
                       "ac_add_options --without-wasm-sandboxed-libraries\n"
                       "mk_add_options MOZ_MAKE_FLAGS=-j"
@@ -1383,9 +1383,7 @@ ca495991b7852b855"))
            libxt
            mesa
            mit-krb5
-           nspr-4.32
-           ;; FIXME: create nss >= 3.68 after core-updates merge
-           ;;nss
+           nss-next
            pango
            pixman
            pulseaudio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]