We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef4d26f + 047dde4 commit 75e9d5eCopy full SHA for 75e9d5e
pkgs/by-name/gn/gnucash/package.nix
@@ -86,6 +86,12 @@ stdenv.mkDerivation rec {
86
url = "https://github.com/Gnucash/gnucash/commit/579eed1facc0f7834ea70b1a342ebca0f125d788.patch";
87
hash = "sha256-XzRPHDPxt2TfeqO48vaNEcfF58neVDMxVqkPKrG5xoM=";
88
})
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
+ })
95
];
96
97
# this needs to be an environment variable and not a cmake flag to suppress
0 commit comments