libmaa: fix build with gcc8
This commit is contained in:
parent
e7556c8d1f
commit
0cd9da1295
|
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ libtool ];
|
buildInputs = [ libtool ];
|
||||||
# configureFlags = [ "--datadir=/run/current-system/share/dictd" ];
|
# configureFlags = [ "--datadir=/run/current-system/share/dictd" ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Dict protocol server and client";
|
description = "Dict protocol server and client";
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
|
|
Loading…
Reference in New Issue