gnome3.gnome-screensaver: fix build with gcc9

This commit is contained in:
Franz Pletz
2019-11-03 14:11:53 +01:00
parent 071601843f
commit c095ce8608

View File

@@ -71,6 +71,8 @@ stdenv.mkDerivation rec {
systemd
];
NIX_CFLAGS_COMPILE = [ "-Wno-error=return-type" ];
configureFlags = [ "--enable-locking" "--with-systemd=yes" ];
enableParallelBuilding = true;