libmaa: fix build with gcc8

This commit is contained in:
Robin Gloster 2019-01-11 14:06:32 +01:00 committed by Franz Pletz
parent e7556c8d1f
commit 0cd9da1295
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
buildInputs = [ libtool ];
# configureFlags = [ "--datadir=/run/current-system/share/dictd" ];
NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
meta = with stdenv.lib; {
description = "Dict protocol server and client";
maintainers = [ ];