mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
release-cross: Adjust to `gnu.' renaming.
svn path=/nixpkgs/trunk/; revision=30477
This commit is contained in:
parent
1c0ae7e8ed
commit
ab25775f1c
@ -180,8 +180,9 @@ let
|
||||
};
|
||||
in {
|
||||
crossGNU = mapTestOnCross crossSystem {
|
||||
hurdCross = nativePlatforms;
|
||||
mach.hostDrv = nativePlatforms;
|
||||
gnu.hurdCross = nativePlatforms;
|
||||
gnu.mach.hostDrv = nativePlatforms;
|
||||
gnu.mig = nativePlatforms;
|
||||
|
||||
coreutils.hostDrv = nativePlatforms;
|
||||
ed.hostDrv = nativePlatforms;
|
||||
|
Loading…
Reference in New Issue
Block a user