From b63ab3556e5e8e1a83b99bcebf76551715083d20 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 22 May 2025 11:03:26 +0900 Subject: [PATCH] gnu: icecat-minimal: Unbundle nss. * gnu/packages/gnuzilla.scm (icecat-minimal) [inputs]: Add nss. [#:configure-flags]: Add "--with-system-nss". Change-Id: Id485a6d53383309846a0b28aed2b24882142e3fd --- 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 25707e92170dc8a745fa8837e4fcdbde2aefbc25..79c4b1daf86e7fbd7ee3bbab81b9ce3f24b3336b 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 - ;; UNBUNDLE-ME! nss (pending upgrade of 'nss' to 3.90 or later) + nss 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" - ;; UNBUNDLE-ME! "--with-system-nss" ; pending upgrade of 'nss' to 3.90 + "--with-system-nss" ;; UNBUNDLE-ME! "--with-system-harfbuzz" ;; UNBUNDLE-ME! "--with-system-graphite2"