Attempt to cross-build Nix for GNU.

svn path=/nixpkgs/trunk/; revision=22373
This commit is contained in:
Ludovic Courtès 2010-06-22 13:02:31 +00:00
parent 8011e3ef33
commit 454453a59d

View File

@ -149,6 +149,7 @@ let
withTLS = true;
platform = pkgs.platforms.pc;
libc = "glibc";
openssl.system = "hurd-x86"; # Nix depends on OpenSSL.
};
in {
crossGNU = mapTestOnCross crossSystem {