Have Hydra build the cross Hurd.

svn path=/nixpkgs/trunk/; revision=21917
This commit is contained in:
Ludovic Courtès 2010-05-20 11:54:43 +00:00
parent 012389b882
commit a7adcf1e3f

View File

@ -152,5 +152,6 @@ let
in { in {
crossGNU = mapTestOnCross crossSystem { crossGNU = mapTestOnCross crossSystem {
gccCrossStageFinal = nativePlatforms; gccCrossStageFinal = nativePlatforms;
hurdCross = nativePlatforms;
}; };
}) })