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
20121dc08d
commit
4802e8085d
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
|||
patches = [ ./darwin.patch ];
|
||||
makeFlags = [ "AR=${stdenv.cc.targetPrefix}ar" ];
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [ texinfo ];
|
||||
pkgsBuildBuild = [ buildPackages.stdenv.cc ]; # needed when cross-compiling
|
||||
|
||||
|
|
Loading…
Reference in a new issue