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
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

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;