forked from mirrors/nixpkgs
Update pkgs/development/tools/misc/indent/default.nix
Co-authored-by: Ryan Burns <52847440+r-burns@users.noreply.github.com>
This commit is contained in:
parent
e762e6ab9e
commit
20121dc08d
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
makeFlags = [ "AR=${stdenv.cc.targetPrefix}ar" ];
|
||||
|
||||
nativeBuildInputs = [ texinfo ];
|
||||
pkgsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
pkgsBuildBuild = [ buildPackages.stdenv.cc ]; # needed when cross-compiling
|
||||
|
||||
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang
|
||||
"-Wno-implicit-function-declaration";
|
||||
|
|
Loading…
Reference in a new issue