Commit 72ecf256 authored by Bobby Rong's avatar Bobby Rong Committed by Jan Tojnar
Browse files

greetd.gtkgreet: Fix build with GLib 2.74

parent bc8b66c2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -40,6 +40,9 @@ stdenv.mkDerivation rec {
    "-Dlayershell=enabled"
  ];

  # G_APPLICATION_FLAGS_NONE is deprecated in GLib 2.73.3+.
  NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";

  meta = with lib; {
    description = "GTK based greeter for greetd, to be run under cage or similar";
    homepage = "https://git.sr.ht/~kennylevinsen/gtkgreet";