Unverified Commit af4a69ff authored by Bobby Rong's avatar Bobby Rong
Browse files

lxqt.lxqt-build-tools: Fix build failure of libqtxdg with GLib 2.73.1+

parent 4d703382
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -30,6 +30,12 @@ mkDerivation rec {
      url = "https://github.com/lxqt/lxqt-build-tools/pull/76/commits/fa9672b671ede3f46b004f81580f9afb50fedf00.patch";
      sha256 = "0dl7n1afcc6ky9vd9lpc65p9grpszpql7lfjq2vlzlilixnv8xv1";
    })
    # Fix build failure of libqtxdg with GLib 2.73.1+
    # https://github.com/lxqt/lxqt-build-tools/pull/79
    (fetchpatch {
      url = "https://github.com/lxqt/lxqt-build-tools/commit/4991811d9212ec1176af6d1cbe88aa37efad4836.patch";
      sha256 = "sha256-PsYJKonMG6A9O4Li+RC1qBjFUzYgxVAwzSqHq/phmPc=";
    })
  ];

  postPatch = ''