gnucash: 4.5 → 4.6

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.
This commit is contained in:
Romanos Skiadas
2021-08-26 21:11:54 +03:00
parent 77506e4f25
commit a7de8153f5
+2 -10
View File
@@ -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 = [