greetd.gtkgreet: Fix build with GLib 2.74
This commit is contained in:
parent
bc8b66c2af
commit
72ecf25666
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue