mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: make-torbrowser: Unbundle libevent.
* gnu/packages/tor-browsers.scm (make-torbrowser)[arguments] <#:configure-flags>: Uncomment '--with-system-libevent'. <#:phases>: Remove bundled libevent. Change-Id: I695ecd2648d6cd97c91297b0ad4e0d0985783b64 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
9466afbac6
commit
ceec3d0c80
1 changed files with 2 additions and 2 deletions
|
@ -351,7 +351,7 @@ (define* (make-torbrowser #:key
|
|||
"--with-system-png" ;must be libpng-apng
|
||||
"--with-system-zlib"
|
||||
;; UNBUNDLE-ME! "--with-system-bz2"
|
||||
;; UNBUNDLE-ME! "--with-system-libevent"
|
||||
"--with-system-libevent"
|
||||
;; UNBUNDLE-ME! "--with-system-ogg"
|
||||
;; UNBUNDLE-ME! "--with-system-vorbis"
|
||||
;; UNBUNDLE-ME! "--with-system-theora" ; wants theora-1.2, not yet released
|
||||
|
@ -423,7 +423,7 @@ (define* (make-torbrowser #:key
|
|||
"modules/freetype2"
|
||||
;; "media/libjpeg" ; needed for now, because media/libjpeg/moz.build is referenced from config/external/moz.build
|
||||
;; UNBUNDLE-ME! "modules/zlib"
|
||||
;; UNBUNDLE-ME! "ipc/chromium/src/third_party/libevent"
|
||||
"ipc/chromium/src/third_party/libevent"
|
||||
"media/libvpx"
|
||||
;; UNBUNDLE-ME! "media/libogg"
|
||||
;; UNBUNDLE-ME! "media/libvorbis"
|
||||
|
|
Loading…
Reference in a new issue