budgie.budgie-desktop-view: disable werror

This only worked because Meson has, until now, disabled warnings for C
code transpiled from Vala.  It will no longer be doing this going
forward.

Link: https://github.com/BuddiesOfBudgie/budgie-desktop-view/issues/28
This commit is contained in:
Alyssa Ross 2024-03-22 14:37:41 +01:00
parent 034b143576
commit 89fd3034c9
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ stdenv.mkDerivation (finalAttrs: {
gtk3
];
mesonFlags = [ (lib.mesonBool "werror" false) ];
meta = {
description = "The official Budgie desktop icons application/implementation";
homepage = "https://github.com/BuddiesOfBudgie/budgie-desktop-view";