lightdm-gtk-greeter: fix build by ignoring a warning
This commit is contained in:
parent
63ca2cc786
commit
0479e91309
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
||||
"--sysconfdir=/etc"
|
||||
] ++ stdenv.lib.optional useGTK2 "--with-gtk2";
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ];
|
||||
|
||||
installFlags = [
|
||||
"localstatedir=\${TMPDIR}"
|
||||
"sysconfdir=\${out}/etc"
|
||||
|
Loading…
Reference in New Issue
Block a user