Have Hydra cross-build the `basic' package set for GNU/Hurd.
svn path=/nixpkgs/trunk/; revision=21937
This commit is contained in:
parent
41cc998fd4
commit
23d4be19b4
@ -151,8 +151,10 @@ let
|
||||
libc = "glibc";
|
||||
};
|
||||
in {
|
||||
crossGNU = mapTestOnCross crossSystem {
|
||||
gccCrossStageFinal = nativePlatforms;
|
||||
hurdCross = nativePlatforms;
|
||||
};
|
||||
crossGNU = mapTestOnCross crossSystem ({
|
||||
gccCrossStageFinal = nativePlatforms;
|
||||
hurdCross = nativePlatforms;
|
||||
}
|
||||
//
|
||||
basic);
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user