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/packages/gnucash.scm | |
parent | a54bd6d72dc91f649fb2b6cb3c612da1639d9b72 (diff) | |
download | patches-e7e8ea069e52052ab35a57284e18d171ab0f2daa.tar patches-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/packages/gnucash.scm')
-rw-r--r-- | gnu/packages/gnucash.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index d254615cf2..6ab8f09ce6 100644 --- a/gnu/packages/gnucash.scm +++ b/gnu/packages/gnucash.scm @@ -56,7 +56,7 @@ ("libgnomecanvas" ,libgnomecanvas) ("libxml2" ,libxml2) ("libxslt" ,libxslt) - ("webkitgtk" ,webkitgtk-2.4))) + ("webkitgtk" ,webkitgtk/gtk+-2))) (native-inputs `(("glib" ,glib "bin") ; glib-compile-schemas, etc. ("intltool" ,intltool) |