Merge pull request #279343 from trofi/yambar-gcc-13-fix
yambar: disable blanket -Werror, fix `gcc-13` build
This commit is contained in:
commit
dddfe17b16
@ -82,6 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mesonBuildType = "release";
|
||||
|
||||
mesonFlags = [
|
||||
(lib.mesonBool "werror" false)
|
||||
(lib.mesonEnable "backend-x11" x11Support)
|
||||
(lib.mesonEnable "backend-wayland" waylandSupport)
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user