wbg: fix -Werror (#372792)
This commit is contained in:
@@ -57,6 +57,10 @@ stdenv.mkDerivation rec {
|
||||
(lib.mesonEnable "webp" enableWebp)
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString [
|
||||
"-Wno-error=maybe-uninitialized"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Wallpaper application for Wayland compositors";
|
||||
homepage = "https://codeberg.org/dnkl/wbg";
|
||||
|
||||
Reference in New Issue
Block a user