summaryrefslogtreecommitdiff
path: root/gnu/packages/tor-browsers.scm
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/packages/tor-browsers.scm
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/packages/tor-browsers.scm')
-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 @@
72 #:use-module (gnu packages python) 72 #:use-module (gnu packages python)
73 #:use-module (gnu packages rust) 73 #:use-module (gnu packages rust)
74 #:use-module (gnu packages rust-apps) 74 #:use-module (gnu packages rust-apps)
75 #:use-module (gnu packages sqlite)
76 #:use-module (gnu packages tor) 75 #:use-module (gnu packages tor)
77 #:use-module (gnu packages video) 76 #:use-module (gnu packages video)
78 #:use-module (gnu packages xdisorg) 77 #:use-module (gnu packages xdisorg)
@@ -226,11 +225,9 @@ Browser.")
226 gdk-pixbuf 225 gdk-pixbuf
227 glib 226 glib
228 gtk+ 227 gtk+
229 ;; UNBUNDLE-ME! graphite2
230 cairo 228 cairo
231 pango 229 pango
232 freetype 230 freetype
233 ;; UNBUNDLE-ME! harfbuzz
234 libcanberra 231 libcanberra
235 libgnome 232 libgnome
236 libjpeg-turbo 233 libjpeg-turbo
@@ -256,7 +253,6 @@ Browser.")
256 nspr 253 nspr
257 nss-rapid ; requires v. 3.101, so nss won't cut it for now. 254 nss-rapid ; requires v. 3.101, so nss won't cut it for now.
258 shared-mime-info 255 shared-mime-info
259 sqlite
260 eudev 256 eudev
261 unzip 257 unzip
262 zip 258 zip
@@ -353,11 +349,8 @@ Browser.")
353 "--with-system-nspr" 349 "--with-system-nspr"
354 "--with-system-nss" 350 "--with-system-nss"
355 351
356 ;; UNBUNDLE-ME! "--with-system-harfbuzz"
357 ;; UNBUNDLE-ME! "--with-system-graphite2"
358 "--enable-system-pixman" 352 "--enable-system-pixman"
359 "--enable-system-ffi" 353 "--enable-system-ffi"
360 ;; UNBUNDLE-ME! "--enable-system-sqlite"
361 ) 354 )
362 355
363 #:imported-modules %cargo-utils-modules ;for `generate-all-checksums' 356 #:imported-modules %cargo-utils-modules ;for `generate-all-checksums'
@@ -411,10 +404,7 @@ Browser.")
411 "media/libvpx" 404 "media/libvpx"
412 ;; UNBUNDLE-ME! "media/libtremor" 405 ;; UNBUNDLE-ME! "media/libtremor"
413 "media/libwebp" 406 "media/libwebp"
414 ;; UNBUNDLE-ME! "gfx/harfbuzz"
415 ;; UNBUNDLE-ME! "gfx/graphite2"
416 "js/src/ctypes/libffi" 407 "js/src/ctypes/libffi"
417 ;; UNBUNDLE-ME! "db/sqlite3"
418 ;; 800Mo of unused tests. 408 ;; 800Mo of unused tests.
419 "testing/web-platform" 409 "testing/web-platform"
420 )))) 410 ))))