Merge pull request #62752 from matthewbauer/darwin-fixes100

Fixes for x86_64-darwin failures on Hydra
This commit is contained in:
Matthew Bauer
2019-06-06 09:46:41 -04:00
committed by GitHub
17 changed files with 29 additions and 46 deletions

View File

@@ -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 = ''