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:
parent
034b143576
commit
89fd3034c9
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user