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
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

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 = ''