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