Attempt to cross-build Nix for GNU.
svn path=/nixpkgs/trunk/; revision=22373
This commit is contained in:
parent
8011e3ef33
commit
454453a59d
@ -149,6 +149,7 @@ let
|
|||||||
withTLS = true;
|
withTLS = true;
|
||||||
platform = pkgs.platforms.pc;
|
platform = pkgs.platforms.pc;
|
||||||
libc = "glibc";
|
libc = "glibc";
|
||||||
|
openssl.system = "hurd-x86"; # Nix depends on OpenSSL.
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
crossGNU = mapTestOnCross crossSystem {
|
crossGNU = mapTestOnCross crossSystem {
|
||||||
|
Loading…
Reference in New Issue
Block a user