Unverified Commit 0b31c97a authored by Bobby Rong's avatar Bobby Rong
Browse files

xfce.thunar: Fix log spam with new GLib

https://gitlab.xfce.org/xfce/thunar/-/issues/1204

This is previously in 2.76.0 and is now back.
parent 26189ecc
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
{ mkXfceDerivation
, fetchpatch
, lib
, docbook_xsl
, exo
@@ -25,6 +26,15 @@ let unwrapped = mkXfceDerivation {

  sha256 = "sha256-pxIblhC40X0wdE6+uvmV5ypp4sOZtzn/evcS33PlNpU=";

  patches = [
    # Fix log spam with new GLib
    # https://gitlab.xfce.org/xfce/thunar/-/issues/1204
    (fetchpatch {
      url = "https://gitlab.xfce.org/xfce/thunar/-/commit/2f06fcdbedbc59d9f90ccd3df07fce417cea391d.patch";
      sha256 = "sha256-nvYakT4GJkQYmubgZF8GJIA/m7+6ZPbmD0HSgMcCh10=";
    })
  ];

  nativeBuildInputs = [
    docbook_xsl
    gobject-introspection