From a7de8153f5b273f606a88a6b7afbefc54bbffbe9 Mon Sep 17 00:00:00 2001 From: Romanos Skiadas Date: Thu, 26 Aug 2021 21:11:54 +0300 Subject: [PATCH] =?UTF-8?q?gnucash:=204.5=20=E2=86=92=204.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The glibc patch is no longer needed, as it's included in 4.6. This release also includes https://github.com/Gnucash/gnucash/commit/888676eb31d0a942d1ee12dec4bd3767517d2bcb, which allows building gnucash as (enableDebugging gnucash) using nix. --- pkgs/applications/office/gnucash/default.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pkgs/applications/office/gnucash/default.nix b/pkgs/applications/office/gnucash/default.nix index c9390e70d254..22c9eef5d095 100644 --- a/pkgs/applications/office/gnucash/default.nix +++ b/pkgs/applications/office/gnucash/default.nix @@ -26,21 +26,13 @@ in stdenv.mkDerivation rec { pname = "gnucash"; - version = "4.5"; + version = "4.6"; src = fetchurl { url = "mirror://sourceforge/gnucash/${pname}-${version}.tar.bz2"; - sha256 = "sha256-vB9IqEU0iKLp9rg7aGE6pVyuvk0pg0YL2sfghLRs/9w="; + sha256 = "0csp8iddhc901vv09gl5lj970g6ili696vwj4vdpkiprp7gh26r5"; }; - patches = [ - # Fix build with GLib 2.68. - (fetchpatch { - url = "https://github.com/Gnucash/gnucash/commit/bbb4113a5a996dcd7bb3494e0be900b275b49a4f.patch"; - sha256 = "Pnvwoq5zutFw7ByduEEANiLM2J50WiXpm2aZ8B2MDMQ="; - }) - ]; - nativeBuildInputs = [ pkg-config makeWrapper cmake gtest swig ]; buildInputs = [