diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2015-05-06 08:38:06 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2015-05-07 20:17:42 +0200 |
commit | 7b05ba9161579004ace734efc42d48c6f1708d5c (patch) | |
tree | e2b1ddf8569049840c3d695c430889e99d3c6412 /gnu-system.am | |
parent | c024ae3601d645fc332ba97895a77454433003b3 (diff) | |
download | patches-7b05ba9161579004ace734efc42d48c6f1708d5c.tar patches-7b05ba9161579004ace734efc42d48c6f1708d5c.tar.gz |
gnu: Add WebkitGTK 2.4.8.
* gnu/packages/webkit.scm (webkitgtk-2.4): New variable.
* gnu/packages/patches/webkitgtk-2.4.8-gmutexlocker.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index b5b71abdb0..75da645039 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -559,6 +559,7 @@ dist_patch_DATA = \ gnu/packages/patches/vpnc-script.patch \ gnu/packages/patches/vtk-mesa-10.patch \ gnu/packages/patches/w3m-fix-compile.patch \ + gnu/packages/patches/webkitgtk-2.4.8-gmutexlocker.patch \ gnu/packages/patches/weex-vacopy.patch \ gnu/packages/patches/wicd-urwid-1.3.patch \ gnu/packages/patches/wmctrl-64-fix.patch \ |