summaryrefslogtreecommitdiff
path: root/gnu/packages/gnucash.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-05-29 15:50:14 +0800
committer宋文武 <iyzsong@gmail.com>2015-05-29 16:05:49 +0800
commite7e8ea069e52052ab35a57284e18d171ab0f2daa (patch)
treee80f6b98cb79af64a35eb5e7e79bf0e2ff2c4406 /gnu/packages/gnucash.scm
parenta54bd6d72dc91f649fb2b6cb3c612da1639d9b72 (diff)
downloadguix-patches-e7e8ea069e52052ab35a57284e18d171ab0f2daa.tar
guix-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.scm2
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)