diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template index 74e8a433721..ffbb66a1378 100644 --- a/srcpkgs/nheko/template +++ b/srcpkgs/nheko/template @@ -14,3 +14,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/Nheko-Reborn/nheko" distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz" checksum=5dbe32cb8760cfae6f05644568cabf422a368eec62918839a92e182d508f751e + +pre_patch() { + vsed -e '/Werror/d' -i CMakeLists.txt +}