greetd.gtkgreet: Fix build with GLib 2.74
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user