Have Hydra cross-build the `basic' package set for GNU/Hurd.

svn path=/nixpkgs/trunk/; revision=21937
This commit is contained in:
Ludovic Courtès 2010-05-21 13:47:07 +00:00
parent 41cc998fd4
commit 23d4be19b4

View File

@ -151,8 +151,10 @@ let
libc = "glibc";
};
in {
crossGNU = mapTestOnCross crossSystem {
gccCrossStageFinal = nativePlatforms;
hurdCross = nativePlatforms;
};
crossGNU = mapTestOnCross crossSystem ({
gccCrossStageFinal = nativePlatforms;
hurdCross = nativePlatforms;
}
//
basic);
})