libmaa: fix build with gcc8

This commit is contained in:
Robin Gloster
2019-06-17 07:25:56 +02:00
committed by Franz Pletz
parent e7556c8d1f
commit 0cd9da1295
+2
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 = [ ];