wbg: fix -Werror

This commit is contained in:
Zoe Roux
2025-01-11 01:07:48 +01:00
parent 555bf90b6b
commit fb931b2c80
+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";