greetd.gtkgreet: Fix build with GLib 2.74

This commit is contained in:
Bobby Rong
2022-10-11 18:52:36 +02:00
committed by Jan Tojnar
parent bc8b66c2af
commit 72ecf25666
@@ -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";