summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-15 16:43:18 +0100
committerPeter Simons <simons@cryp.to>2014-01-15 17:29:14 +0100
commit93b9b7a39f4553d289ae6fef1ef81fce1258bbb2 (patch)
tree032545be703468b5316dffc77596591ed2a8cf28
parentc1a80535adffc10b333151a4f2b9e845a06f88bd (diff)
downloadnixpkgs-93b9b7a39f4553d289ae6fef1ef81fce1258bbb2.tar
nixpkgs-93b9b7a39f4553d289ae6fef1ef81fce1258bbb2.tar.gz
nixpkgs-93b9b7a39f4553d289ae6fef1ef81fce1258bbb2.tar.bz2
nixpkgs-93b9b7a39f4553d289ae6fef1ef81fce1258bbb2.tar.lz
nixpkgs-93b9b7a39f4553d289ae6fef1ef81fce1258bbb2.tar.xz
nixpkgs-93b9b7a39f4553d289ae6fef1ef81fce1258bbb2.tar.zst
nixpkgs-93b9b7a39f4553d289ae6fef1ef81fce1258bbb2.zip
gnucash: update from 2.4.15 to 2.6.0
-rw-r--r--pkgs/applications/office/gnucash/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/office/gnucash/default.nix b/pkgs/applications/office/gnucash/default.nix
index c8ebe6e2b12..5f77b896614 100644
--- a/pkgs/applications/office/gnucash/default.nix
+++ b/pkgs/applications/office/gnucash/default.nix
@@ -1,7 +1,7 @@
 { fetchurl, stdenv, pkgconfig, libxml2, gconf, glib, gtk, libgnomeui, libofx
 , libgtkhtml, gtkhtml, libgnomeprint, goffice, enchant, gettext, libbonoboui
 , intltool, perl, guile, slibGuile, swig, isocodes, bzip2, makeWrapper, libglade
-, libgsf, libart_lgpl, perlPackages
+, libgsf, libart_lgpl, perlPackages, libxslt, webkit
 }:
 
 /* If you experience GConf errors when running GnuCash on NixOS, see
@@ -10,18 +10,18 @@
  */
 
 stdenv.mkDerivation rec {
-  name = "gnucash-2.4.15";
+  name = "gnucash-2.6.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/gnucash/${name}.tar.bz2";
-    sha256 = "058mgfwic6a2g7jq6iip5hv45md1qaxy25dj4lvlzjjr141wm4gx";
+    sha256 = "1gzzk9dndb5c2rxi8yf5dsaair47axwz4nxx87y80wryxvqanxd8";
   };
 
   buildInputs = [
     pkgconfig libxml2 gconf glib gtk libgnomeui libgtkhtml gtkhtml
     libgnomeprint goffice enchant gettext intltool perl guile slibGuile
     swig isocodes bzip2 makeWrapper libofx libglade libgsf libart_lgpl
-    perlPackages.DateManip perlPackages.FinanceQuote
+    perlPackages.DateManip perlPackages.FinanceQuote libxslt webkit
   ];
 
   configureFlags = "CFLAGS=-O3 CXXFLAGS=-O3 --disable-dbi --enable-ofx";