mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
release-cross: Remove `--with-system' hack for cross-building Nix.
svn path=/nixpkgs/trunk/; revision=30479
This commit is contained in:
parent
2d99f951be
commit
2c41dc1c06
|
@ -176,7 +176,6 @@ 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 a new issue