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;
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user