wbg: fix -Werror (#372792)

This commit is contained in:
Weijia Wang
2025-01-11 02:40:57 +01:00
committed by GitHub
+4
View File
@@ -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";