grim: disable -Werror so compiler updates can't break the build

This commit is contained in:
sternenseemann 2022-10-08 15:43:36 +02:00
parent 6c5808b962
commit ffd9fc2811

View File

@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
sha256 = "sha256-lwJn1Lysv1qLauqmrduUlzdoKUrUM5uBjv+dWSsrM6w=";
};
mesonFlags = [
"-Dwerror=false"
];
patches = [
# Fixes build on 32bit platforms. Patch is upstream, but unreleased
(fetchpatch {