diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-14 14:27:54 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-17 12:34:52 +0900 |
| commit | 91188fc691175ce44a2f4ef7aeb911b4c135e984 (patch) | |
| tree | 89468d6cfdc280bb7d371ea5e2e1f799ec8b2905 /gnu/packages/tor-browsers.scm | |
| parent | 7841acc422300c86a24e7e1d9358a1ae2a845956 (diff) | |
gnu: torbrowser: Decouple from IceCat patches.
In preparation for updating IceCat.
* gnu/packages/patches/torbrowser-use-system-wide-dir.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/tor-browsers.scm (make-torbrowser): Adjust accordingly.
Change-Id: I56ae81480a96d815d6b3fe5fc3befb1f1c74483f
Diffstat (limited to 'gnu/packages/tor-browsers.scm')
| -rw-r--r-- | gnu/packages/tor-browsers.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm index 12763a99cab..8459048e075 100644 --- a/gnu/packages/tor-browsers.scm +++ b/gnu/packages/tor-browsers.scm | |||
| @@ -376,7 +376,7 @@ Browser.") | |||
| 376 | (search-patch | 376 | (search-patch |
| 377 | "torbrowsers-add-store-to-rdd-allowlist.patch")) | 377 | "torbrowsers-add-store-to-rdd-allowlist.patch")) |
| 378 | #$(local-file | 378 | #$(local-file |
| 379 | (search-patch "icecat-use-system-wide-dir.patch")))))) | 379 | (search-patch "torbrowser-use-system-wide-dir.patch")))))) |
| 380 | (add-after 'apply-guix-specific-patches 'remove-bundled-libraries | 380 | (add-after 'apply-guix-specific-patches 'remove-bundled-libraries |
| 381 | (lambda _ | 381 | (lambda _ |
| 382 | ;; Remove bundled libraries that we don't use, since they may | 382 | ;; Remove bundled libraries that we don't use, since they may |
