"coreutils_real" -> "coreutils".

svn path=/nixpkgs/trunk/; revision=25978
This commit is contained in:
Ludovic Courtès 2011-02-15 13:15:55 +00:00
parent 10f6eb70f1
commit 46d18d183d

View File

@ -182,7 +182,7 @@ in {
hurdCross = nativePlatforms;
mach.hostDrv = nativePlatforms;
coreutils_real.hostDrv = nativePlatforms;
coreutils.hostDrv = nativePlatforms;
ed.hostDrv = nativePlatforms;
grub2.hostDrv = nativePlatforms;
inetutils.hostDrv = nativePlatforms;
@ -226,7 +226,7 @@ let
in {
fuloongminipc = mapTestOnCross crossSystem {
coreutils_real.hostDrv = nativePlatforms;
coreutils.hostDrv = nativePlatforms;
ed.hostDrv = nativePlatforms;
grub2.hostDrv = nativePlatforms;
inetutils.hostDrv = nativePlatforms;
@ -286,7 +286,7 @@ let
in {
nanonote = mapTestOnCross crossSystem {
coreutils_real.hostDrv = nativePlatforms;
coreutils.hostDrv = nativePlatforms;
ed.hostDrv = nativePlatforms;
inetutils.hostDrv = nativePlatforms;
nixUnstable.hostDrv = nativePlatforms;