[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68577] [PATCH v2 0/2] Stop inheriting Icecat and add Mullvad Browse
From: |
Clément Lassieur |
Subject: |
[bug#68577] [PATCH v2 0/2] Stop inheriting Icecat and add Mullvad Browser. |
Date: |
Thu, 25 Jan 2024 23:41:31 +0100 |
I put the whole work into tor-browsers.scm. The idea is that all browsers
there should reproduce as much as possible Tor's way of building browsers.
This is the first step: a mere copy from the Icecat package.
The second step will be a cleanup to mimic as much as possible Tor's build.
Clément Lassieur (2):
gnu: torbrowser: Stop inheriting Icecat.
gnu: Add mullvadbrowser.
gnu/local.mk | 3 +-
gnu/packages/gnupg.scm | 3 +-
gnu/packages/tor-browsers.scm | 1001 +++++++++++++++++++++++++++++++++
gnu/packages/tor.scm | 463 ---------------
4 files changed, 1005 insertions(+), 465 deletions(-)
create mode 100644 gnu/packages/tor-browsers.scm
base-commit: 2d83a25450d4b820c13d52152e5e9f1bbfb5d985
prerequisite-patch-id: 7b470e111865c59d82b8a91440f4863df64ba481
--
2.41.0
- [bug#68577] [PATCH 1/2] gnu: icecat: Improve inheritance., (continued)