me
/
guix
Archived
1
0
Fork 0

gnu: ungoogled-chromium: Remove obsolete substitution.

* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Remove substitution.
Marius Bakke 2022-01-09 17:08:00 +01:00
parent 23adb414fd
commit 169df87603
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 7 deletions

View File

@ -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")