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";
|
libc = "glibc";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
crossGNU = mapTestOnCross crossSystem {
|
crossGNU = mapTestOnCross crossSystem ({
|
||||||
gccCrossStageFinal = nativePlatforms;
|
gccCrossStageFinal = nativePlatforms;
|
||||||
hurdCross = nativePlatforms;
|
hurdCross = nativePlatforms;
|
||||||
};
|
}
|
||||||
|
//
|
||||||
|
basic);
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user