Fixing some conflict on the variable 'cross'.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18357
This commit is contained in:
Lluís Batlle i Rossell
2009-11-15 19:07:21 +00:00
parent 81f695899a
commit d06dce4e42
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ rec {
name = "stdenv-linux" +
stdenvLinuxBoot3Pkgs.lib.optionalString (cross != null) "-${cross}";
inherit system;
inherit system cross;
preHook = builtins.toFile "prehook.sh" commonPreHook;