mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "gnu: make-torbrowser: Unbundle nss."
This reverts commit 8ee7a32782
,
which caused mullvadbrowser (and also torbrowser if uBlock Origin
was installed) to hang at times, becoming unable to load webpages
for the rest of the session. See #546.
Change-Id: I98efc8831813b17882a837c45b9f05deeac2d1c2
Reviewed-by: Mark H Weaver <mhw@netris.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
11d704f8da
commit
897f1f03e7
1 changed files with 3 additions and 3 deletions
|
@ -257,7 +257,7 @@ Browser.")
|
||||||
hunspell
|
hunspell
|
||||||
libnotify
|
libnotify
|
||||||
nspr
|
nspr
|
||||||
nss-rapid ; requires v. 3.101, so nss won't cut it for now.
|
;; UNBUNDLE-ME! nss (pending upgrade of 'nss' to 3.90 or later)
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
sqlite
|
sqlite
|
||||||
eudev
|
eudev
|
||||||
|
@ -357,7 +357,7 @@ Browser.")
|
||||||
"--with-system-libvpx"
|
"--with-system-libvpx"
|
||||||
"--with-system-icu"
|
"--with-system-icu"
|
||||||
"--with-system-nspr"
|
"--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-harfbuzz"
|
||||||
;; UNBUNDLE-ME! "--with-system-graphite2"
|
;; UNBUNDLE-ME! "--with-system-graphite2"
|
||||||
|
@ -404,7 +404,7 @@ Browser.")
|
||||||
;;"nsprpub"
|
;;"nsprpub"
|
||||||
;;
|
;;
|
||||||
;; FIXME: Some of the bundled NSS sources are used
|
;; FIXME: Some of the bundled NSS sources are used
|
||||||
;; to build netwerk/socket/neqo_glue.
|
;; to build third_party/prio.
|
||||||
;;"security/nss"
|
;;"security/nss"
|
||||||
;;
|
;;
|
||||||
;; TODO: Use more system media libraries. See:
|
;; TODO: Use more system media libraries. See:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue