release-cross: Remove `--with-system' hack for cross-building Nix.

svn path=/nixpkgs/trunk/; revision=30479
This commit is contained in:
Ludovic Courtès 2011-11-19 14:33:37 +00:00
parent 2d99f951be
commit 2c41dc1c06

View File

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