Explicitly provide a nix system string when building nixUnstable.hostDrv for gnu
svn path=/nixpkgs/trunk/; revision=30459
This commit is contained in:
parent
10cbd00396
commit
f469a69b43
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user