kconfig-frontends: don’t error on security warning

needed for clang 7
This commit is contained in:
Matthew Bauer 2019-06-05 22:52:58 -04:00
parent 641a59ab6d
commit 8633a12224

View file

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
wrapPythonPrograms wrapPythonPrograms
''; '';
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang "-Wno-error=format-security";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Out of Linux tree packaging of the kconfig infrastructure"; description = "Out of Linux tree packaging of the kconfig infrastructure";
longDescription = '' longDescription = ''