summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndré Batista <nandre@riseup.net>2025-08-19 19:17:53 -0300
committerHilton Chain <hako@ultrarare.space>2025-08-25 20:38:25 +0800
commit033128e400d19d6a9b196efe393b8b861ec91a26 (patch)
tree0b1bd5929b289fe2bedf840db3e403f3137ed358 /gnu
parent416cac2ed2b9a2502deb73ca0c7f6be486f95923 (diff)
gnu: make-torbrowser: Clean up outdated comments and input.
Upstream has removed support for building with system harfbuzz, graphite and sqlite libraries. Clean up comments and input. * gnu/packages/tor-browsers.scm: Remove sqlite module import. (make-torbrowser)[inputs]: Remove sqlite and comments; [arguments]<#:configure-flags>: Clean up commented out flags; <#:phases>: Same. Change-Id: Ib9c6f3081456e169d7ae1842032e08ca8b2ae2fd Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tor-browsers.scm10
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index c18b1abf7b6..91f145f6dbc 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -72,7 +72,6 @@
#:use-module (gnu packages python)
#:use-module (gnu packages rust)
#:use-module (gnu packages rust-apps)
- #:use-module (gnu packages sqlite)
#:use-module (gnu packages tor)
#:use-module (gnu packages video)
#:use-module (gnu packages xdisorg)
@@ -226,11 +225,9 @@ Browser.")
gdk-pixbuf
glib
gtk+
- ;; UNBUNDLE-ME! graphite2
cairo
pango
freetype
- ;; UNBUNDLE-ME! harfbuzz
libcanberra
libgnome
libjpeg-turbo
@@ -256,7 +253,6 @@ Browser.")
nspr
nss-rapid ; requires v. 3.101, so nss won't cut it for now.
shared-mime-info
- sqlite
eudev
unzip
zip
@@ -353,11 +349,8 @@ Browser.")
"--with-system-nspr"
"--with-system-nss"
- ;; UNBUNDLE-ME! "--with-system-harfbuzz"
- ;; UNBUNDLE-ME! "--with-system-graphite2"
"--enable-system-pixman"
"--enable-system-ffi"
- ;; UNBUNDLE-ME! "--enable-system-sqlite"
)
#:imported-modules %cargo-utils-modules ;for `generate-all-checksums'
@@ -411,10 +404,7 @@ Browser.")
"media/libvpx"
;; UNBUNDLE-ME! "media/libtremor"
"media/libwebp"
- ;; UNBUNDLE-ME! "gfx/harfbuzz"
- ;; UNBUNDLE-ME! "gfx/graphite2"
"js/src/ctypes/libffi"
- ;; UNBUNDLE-ME! "db/sqlite3"
;; 800Mo of unused tests.
"testing/web-platform"
))))