kconfig-frontends: don’t error on security warning
needed for clang 7
This commit is contained in:
parent
641a59ab6d
commit
8633a12224
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
||||
wrapPythonPrograms
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang "-Wno-error=format-security";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Out of Linux tree packaging of the kconfig infrastructure";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user