Unverified Commit 59291900 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

gnucash: unbreak on recent libxml2 deprecation (#418426)

parents bc2e0703 8754c663
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  stdenv,
  fetchFromGitHub,
  fetchurl,
  fetchpatch2,
  aqbanking,
  boost,
  cmake,
@@ -89,6 +90,12 @@ stdenv.mkDerivation rec {
    ./0004-exec-fq-wrapper.patch
    # this patch adds in env vars to the Python lib that makes it able to find required resource files
    ./0005-python-env.patch
    # this patch backports a fix to remove unused includes causing build failures
    (fetchpatch2 {
      url = "https://github.com/Gnucash/gnucash/commit/940085a0172216240232551022686cea4da86096.patch?full_index=1";
      name = "0006-remove-unused-includes.patch";
      hash = "sha256-4CpBtKDkcT1HlOAHsbASxPiHKVpZ9ETWS3fXEupOl0Q=";
    })
  ];

  postPatch = ''