~ruther/guix-local

8ee7a32782eafe9542e6be413fe40bc5c1dfd67f — AndrĂ© Batista 1 year, 6 months ago 11da3cb
gnu: make-torbrowser: Unbundle nss.

* gnu/packages/tor-browsers.scm (make-torbrowser)[inputs]: Add nss-rapid.
[arguments]<#:configure-flags>: Uncomment '--with-system-nss'.
<#:phases>: Adjust comment.

Change-Id: I80ecf0bb82608b084b92fefae88e653c10d1f1c2
Signed-off-by: Hilton Chain <hako@ultrarare.space>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/tor-browsers.scm
M gnu/packages/tor-browsers.scm => gnu/packages/tor-browsers.scm +3 -3
@@ 257,7 257,7 @@ Browser.")
           hunspell
           libnotify
           nspr
           ;; UNBUNDLE-ME! nss  (pending upgrade of 'nss' to 3.90 or later)
           nss-rapid  ; requires v. 3.101, so nss won't cut it for now.
           shared-mime-info
           sqlite
           eudev


@@ 358,7 358,7 @@ Browser.")
         "--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"


@@ 405,7 405,7 @@ Browser.")
                          ;;"nsprpub"
                          ;;
                          ;; FIXME: Some of the bundled NSS sources are used
                          ;; to build third_party/prio.
                          ;; to build netwerk/socket/neqo_glue.
                          ;;"security/nss"
                          ;;
                          ;; TODO: Use more system media libraries.  See: