From bed103ef532ca7b92f665b8ef7e647fad2685f4c Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Tue, 22 Dec 2009 11:49:20 +0000 Subject: Updating myEnv for the new crossCompiling stdenv, so it puts in the environment buildNativeInputs and not builtInputs. svn path=/nixpkgs/branches/stdenv-updates/; revision=19078 --- pkgs/misc/my-env/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/misc/my-env/default.nix b/pkgs/misc/my-env/default.nix index 647e5dcab3c2..34a21a7e37b7 100644 --- a/pkgs/misc/my-env/default.nix +++ b/pkgs/misc/my-env/default.nix @@ -62,7 +62,7 @@ mkDerivation { -e 's@trap.*@@' \ -i "$s" cat >> "$out/dev-envs/''${name/env-/}" << EOF - buildInputs="$buildInputs" + buildInputs="$buildNativeInputs" # the setup-new script wants to write some data to a temp file.. so just let it do that and tidy up afterwards tmp="\$("${pkgs.coreutils}/bin/mktemp" -d)" NIX_BUILD_TOP="\$tmp" -- cgit 1.4.1