Skip to content

Commit

Permalink
Merge pull request #309917 from symphorien/fix_gnucash_qif
Browse files Browse the repository at this point in the history
gnucash: fix qif import by backporting a patch
  • Loading branch information
symphorien authored May 8, 2024
2 parents 273fae3 + 7650d7e commit fe433eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/applications/office/gnucash/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ stdenv.mkDerivation rec {
./0003-remove-valgrind.patch
# this patch makes gnucash exec the Finance::Quote wrapper directly
./0004-exec-fq-wrapper.patch
# Fix importing QIF by backporting a fix. remove on next release
# https://bugs.gnucash.org/show_bug.cgi?id=799262
(fetchpatch {
url = "https://github.com/Gnucash/gnucash/commit/b33b864c2fa0ba72d1940465e7fa962dd36833c9.patch";
hash = "sha256-A8pYW6CcNFBGC/MDijnuFJdlNAzSDS6Tcj+haCcEI/M=";
})
];

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

0 comments on commit fe433eb

Please sign in to comment.