Fixing some conflict on the variable 'cross'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18357
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user