diff options
author | Mark H Weaver <mhw@netris.org> | 2018-01-17 23:38:59 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-01-18 07:24:15 -0500 |
commit | 846b8d7fa0f566d9801122f9ee8be270dcf0de42 (patch) | |
tree | 11c7ab5d201e7a52dfeb9dff44b49780ac8e6be6 /gnu/local.mk | |
parent | 4964758360bc93d43312324ff1061c0a407f83b5 (diff) | |
download | guix-846b8d7fa0f566d9801122f9ee8be270dcf0de42.tar guix-846b8d7fa0f566d9801122f9ee8be270dcf0de42.tar.gz |
gnu: webkitgtk: Update to 2.18.5.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.18.5.
[source]: Remove patch.
* gnu/packages/patches/webkitgtk-mitigate-spectre.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index f7ac56eeab..29f0803fa5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1140,7 +1140,6 @@ dist_patch_DATA = \ %D%/packages/patches/vsearch-unbundle-cityhash.patch \ %D%/packages/patches/vte-CVE-2012-2738-pt1.patch \ %D%/packages/patches/vte-CVE-2012-2738-pt2.patch \ - %D%/packages/patches/webkitgtk-mitigate-spectre.patch \ %D%/packages/patches/weechat-python.patch \ %D%/packages/patches/wicd-bitrate-none-fix.patch \ %D%/packages/patches/wicd-get-selected-profile-fix.patch \ |