Unverified Commit 2e8b87a1 authored by Bobby Rong's avatar Bobby Rong
Browse files

awesome: Backport fix for GLib 2.86

parent 72bf2817
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -70,6 +70,14 @@ stdenv.mkDerivation rec {
      url = "https://github.com/awesomeWM/awesome/commit/d256d9055095f27a33696e0aeda4ee20ed4fb1a0.patch";
      sha256 = "1n3y4wnjra8blss7642jgpxnm9n92zhhjj541bb9i60m4b7bgfzz";
    })

    # lib, tests: use GioUnix to use platform-specific Gio classes
    # https://github.com/awesomeWM/awesome/pull/4022
    (fetchpatch {
      name = "glib-2.86.0.patch";
      url = "https://github.com/void-linux/void-packages/raw/933b305b313a2c7d971d746835deb9f49b652204/srcpkgs/awesome/patches/glib-2.86.0.patch";
      hash = "sha256-qVzD8O34sULcV6S4daDUBPnxVDd8T6ZyLOE+gYxCmf0=";
    })
  ];

  # Fix build with CMake 4