Explicitly provide a nix system string when building nixUnstable.hostDrv for gnu

svn path=/nixpkgs/trunk/; revision=30459
This commit is contained in:
Shea Levy 2011-11-16 21:04:58 +00:00
parent 10cbd00396
commit f469a69b43

View File

@ -176,6 +176,7 @@ let
platform = pkgs.platforms.pc;
libc = "glibc";
openssl.system = "hurd-x86"; # Nix depends on OpenSSL.
nix.system = "i686-gnu"; # Hack until nix is more cross-compile aware
};
in {
crossGNU = mapTestOnCross crossSystem {