diff options
author | Marius Bakke <marius@gnu.org> | 2020-10-23 10:17:21 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-05 02:20:24 +0100 |
commit | 867e3830e6a3ee92317379e33d80c58a57107af4 (patch) | |
tree | a176c19d63d48e668fb01a17409631260fbd9584 /gnu/local.mk | |
parent | f7d0a63ddabe864e26bbff8e633371e6ae856845 (diff) | |
download | guix-867e3830e6a3ee92317379e33d80c58a57107af4.tar.gz |
gnu: ungoogled-chromium: Add search path for installed extensions.
* gnu/packages/patches/ungoogled-chromium-extension-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/chromium.scm (%guix-patches): New variable. (ungoogled-chromium-snippet): Apply %GUIX-PATCHES. (ungoogled-chromium)[arguments]: Don't hard-code extensions directory. [native-search-paths]: New field.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 2a994bd3b9..72f81a9913 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1653,6 +1653,7 @@ dist_patch_DATA = \ %D%/packages/patches/u-boot-riscv64-fix-extlinux.patch \ %D%/packages/patches/ucx-tcp-iface-ioctl.patch \ %D%/packages/patches/udiskie-no-appindicator.patch \ + %D%/packages/patches/ungoogled-chromium-extension-search-path.patch \ %D%/packages/patches/ungoogled-chromium-system-nspr.patch \ %D%/packages/patches/unison-fix-ocaml-4.08.patch \ %D%/packages/patches/unknown-horizons-python-3.8-distro.patch \ |