mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Test how cross-compilation works on non-linux native platforms.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19627
This commit is contained in:
parent
7ef8d2474b
commit
38c0a2efbd
@ -673,7 +673,7 @@ let
|
||||
arch = "arm";
|
||||
float = "soft";
|
||||
};
|
||||
nativePlatforms = linux;
|
||||
nativePlatforms = all;
|
||||
in {
|
||||
crossArmLinux = mapTestOnCross crossSystem (rec {
|
||||
bison = nativePlatforms;
|
||||
|
Loading…
Reference in New Issue
Block a user