about summary refs log tree commit diff
path: root/pkgs/misc/my-env
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-12-22 11:49:20 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-12-22 11:49:20 +0000
commitbed103ef532ca7b92f665b8ef7e647fad2685f4c (patch)
treebe82004619fd6dc226821dff298f96639a24a949 /pkgs/misc/my-env
parent3e10ba6bb9904ae7f23c731a3acfce4ba4ad8dc2 (diff)
downloadnixlib-bed103ef532ca7b92f665b8ef7e647fad2685f4c.tar
nixlib-bed103ef532ca7b92f665b8ef7e647fad2685f4c.tar.gz
nixlib-bed103ef532ca7b92f665b8ef7e647fad2685f4c.tar.bz2
nixlib-bed103ef532ca7b92f665b8ef7e647fad2685f4c.tar.lz
nixlib-bed103ef532ca7b92f665b8ef7e647fad2685f4c.tar.xz
nixlib-bed103ef532ca7b92f665b8ef7e647fad2685f4c.tar.zst
nixlib-bed103ef532ca7b92f665b8ef7e647fad2685f4c.zip
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
Diffstat (limited to 'pkgs/misc/my-env')
-rw-r--r--pkgs/misc/my-env/default.nix2
1 files changed, 1 insertions, 1 deletions
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"