gnome3.gnome-screensaver: fix build with gcc9
This commit is contained in:
parent
071601843f
commit
c095ce8608
@ -71,6 +71,8 @@ stdenv.mkDerivation rec {
|
|||||||
systemd
|
systemd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=return-type" ];
|
||||||
|
|
||||||
configureFlags = [ "--enable-locking" "--with-systemd=yes" ];
|
configureFlags = [ "--enable-locking" "--with-systemd=yes" ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user