diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-05-29 15:50:14 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-05-29 16:05:49 +0800 |
commit | e7e8ea069e52052ab35a57284e18d171ab0f2daa (patch) | |
tree | e80f6b98cb79af64a35eb5e7e79bf0e2ff2c4406 /gnu-system.am | |
parent | a54bd6d72dc91f649fb2b6cb3c612da1639d9b72 (diff) | |
download | guix-e7e8ea069e52052ab35a57284e18d171ab0f2daa.tar guix-e7e8ea069e52052ab35a57284e18d171ab0f2daa.tar.gz |
gnu: webkitgtk-2.4: Update to 2.8.9, build with gtk3.
* gnu/packages/webkit.scm (webkitgtk-2.4): Update to 2.8.9, build with gtk3.
Move flex and which to 'native-inputs'. Remove #:configure-flags.
(webkitgtk/gtk+-2): New variable.
* gnu/packages/gnucash.scm (gnucash): Use webkitgtk/gtk+-2.
* gnu/packages/patches/webkitgtk-2.4.8-gmutexlocker.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
Co-authored-by: Feng Shu <tumashu@163.com>
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 43ced1213b..2cd4c62cf7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -575,7 +575,6 @@ 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-template-instantiation.patch \ gnu/packages/patches/wicd-urwid-1.3.patch \ |