altermime: fix build with gcc8

This commit is contained in:
Linus Heckemann
2019-01-11 10:28:08 +01:00
committed by Franz Pletz
parent e4f3f9ae10
commit f6799bc5e1

View File

@@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
"-Wno-error=format-truncation"
"-Wno-error=pointer-compare"
"-Wno-error=memset-elt-size"
"-Wno-error=restrict"
];
postPatch = ''