[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/105: gnu: make-torbrowser: Unbundle libevent.
From: |
guix-commits |
Subject: |
19/105: gnu: make-torbrowser: Unbundle libevent. |
Date: |
Wed, 25 Dec 2024 10:20:45 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 527a50744af483aa79db9dfa4a4b0a3335ea8f50
Author: André Batista <nandre@riseup.net>
AuthorDate: Wed Dec 11 19:56:18 2024 -0300
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>
---
gnu/packages/tor-browsers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index a573a2af78..157e2ef836 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -351,7 +351,7 @@ Browser.")
"--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 @@ Browser.")
"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"
- 28/105: gnu: Add go-suah-dev-protect., (continued)
- 28/105: gnu: Add go-suah-dev-protect., guix-commits, 2024/12/25
- 29/105: gnu: yggdrasil: Update to 0.5.11., guix-commits, 2024/12/25
- 31/105: gnu: Add python-girc., guix-commits, 2024/12/25
- 21/105: gnu: make-torbrowser: Remove bundled zlib from source., guix-commits, 2024/12/25
- 30/105: gnu: go-suah-dev-protect: Fix a lint warning., guix-commits, 2024/12/25
- 13/105: gnu: eglexternalplatform: Update to 1.2., guix-commits, 2024/12/25
- 16/105: gnu: python-cloud-init: Fix build., guix-commits, 2024/12/25
- 25/105: gnu: make-torbrowser: Re-enable rust SIMD optimizations., guix-commits, 2024/12/25
- 32/105: gnu: Add python-ircmatch., guix-commits, 2024/12/25
- 09/105: gnu: arm-trusted-firmware-imx8mq: Fix build., guix-commits, 2024/12/25
- 19/105: gnu: make-torbrowser: Unbundle libevent.,
guix-commits <=
- 26/105: gnu: go-filippo-io-age: Update to 1.2.1. [security fix], guix-commits, 2024/12/25
- 34/105: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2024/12/25
- 37/105: gnu: python-bokeh: Fix build., guix-commits, 2024/12/25
- 39/105: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/25
- 40/105: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/25
- 48/105: gnu: python-awkward: Update to 2.7.2., guix-commits, 2024/12/25
- 52/105: gnu: Add python-legacy-cgi., guix-commits, 2024/12/25
- 66/105: gnu: python-colorama: Update to 0.4.6., guix-commits, 2024/12/25
- 08/105: gnu: make-arm-trusted-firmware: Update to 2.12., guix-commits, 2024/12/25
- 15/105: gnu: Add python-webcolors@24.11.1., guix-commits, 2024/12/25