lightdm-gtk-greeter: fix build by ignoring a warning

This commit is contained in:
Vladimír Čunát 2018-02-24 21:21:22 +01:00
parent 63ca2cc786
commit 0479e91309
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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"