diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-09 17:08:00 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-10 20:11:12 +0100 |
commit | 169df8760380e70c7023c78091de1a5530da7339 (patch) | |
tree | 700461096cc8009e8e187847b8a0cdd039e3b750 | |
parent | 23adb414fdbfe3fc8f7502b32c70f466fdca9c63 (diff) | |
download | guix-169df8760380e70c7023c78091de1a5530da7339.tar.gz guix-169df8760380e70c7023c78091de1a5530da7339.zip |
gnu: ungoogled-chromium: Remove obsolete substitution.
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Remove substitution.
-rw-r--r-- | gnu/packages/chromium.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index 508f80987f..ae8cc14c08 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm @@ -631,13 +631,6 @@ (("include \"third_party/lcms/include/lcms2\\.h\"") "include \"lcms2.h\"")) - ;; Chromium bundles a pre-release of Harfbuzz 3.0 and uses an - ;; experimental API that was removed in 3.0. Adjust to use - ;; the updated API (taken from <https://crrev.com/c/3076563>). - (substitute* "components/paint_preview/common/subset_font.cc" - (("hb_subset_input_no_subset_tables_set\\(input\\.get\\(\\)\\)") - "hb_subset_input_set(input.get(), HB_SUBSET_SETS_NO_SUBSET_TABLE_TAG)")) - (substitute* "third_party/breakpad/breakpad/src/common/linux/libcurl_wrapper.h" (("include \"third_party/curl") |