Skip to content

Commit 75e9d5e

Browse files
authored
gnucash: add patch to fix QIF import (#386397)
2 parents ef4d26f + 047dde4 commit 75e9d5e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkgs/by-name/gn/gnucash/package.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ stdenv.mkDerivation rec {
8686
url = "https://github.com/Gnucash/gnucash/commit/579eed1facc0f7834ea70b1a342ebca0f125d788.patch";
8787
hash = "sha256-XzRPHDPxt2TfeqO48vaNEcfF58neVDMxVqkPKrG5xoM=";
8888
})
89+
# fixes QIF imports: https://bugs.gnucash.org/show_bug.cgi?id=799492
90+
(fetchpatch {
91+
name = "qif-import.patch";
92+
url = "https://github.com/Gnucash/gnucash/commit/6531d3e46b7bee1add61aa6c6aaf8fb1f889a586.patch";
93+
hash = "sha256-Lque2w9X9yencNVzI/DfuE3H2dN46yVNnbBdiEQE6/4=";
94+
})
8995
];
9096

9197
# this needs to be an environment variable and not a cmake flag to suppress

0 commit comments

Comments
 (0)