summaryrefslogtreecommitdiff
path: root/gnu/packages/webkit.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-02-03 20:18:52 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-02-06 18:38:00 +0100
commitf0e810110bf44b6c5c61bf0cdcadc836a7fd459d (patch)
tree793b32a4f078adbec3cbf8eaf6b467aefe19e2cb /gnu/packages/webkit.scm
parentfe994a0c328b456195fcf64443c28b2ca3f8da76 (diff)
downloadguix-patches-f0e810110bf44b6c5c61bf0cdcadc836a7fd459d.tar
guix-patches-f0e810110bf44b6c5c61bf0cdcadc836a7fd459d.tar.gz
gnu: WebKitGTK: Remove obsolete patch.
This patch was added in eb5f3ea1003f76545b197b1e779e2967ec379475 and no longer necessary since the update to 2.26.3 in f32ca55778eb049e83210aedcbeb4df2c98e587a. * gnu/packages/patches/webkitgtk-icu-65.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/webkit.scm (webkitgtk)[source](patches): Remove.
Diffstat (limited to 'gnu/packages/webkit.scm')
-rw-r--r--gnu/packages/webkit.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index b3a87e798a..aeead92871 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -126,7 +126,6 @@ engine that uses Wayland for graphics output.")
(method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/"
"webkitgtk-" version ".tar.xz"))
- (patches (search-patches "webkitgtk-icu-65.patch"))
(sha256
(base32
"04g6y0sv04d20bw401myq3k828ikysjhx383ly81vh9wji9i3mdd"))))