guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: ungoogled-chromium: Remove obsolete substitution.


From: guix-commits
Subject: 02/04: gnu: ungoogled-chromium: Remove obsolete substitution.
Date: Mon, 10 Jan 2022 14:17:47 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 169df8760380e70c7023c78091de1a5530da7339
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jan 9 17:08:00 2022 +0100

    gnu: ungoogled-chromium: Remove obsolete substitution.
    
    * gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Remove 
substitution.
---
 gnu/packages/chromium.scm | 7 -------
 1 file changed, 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]