mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
grim: disable -Werror so compiler updates can't break the build
This commit is contained in:
parent
6c5808b962
commit
ffd9fc2811
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user