"coreutils_real" -> "coreutils".
svn path=/nixpkgs/trunk/; revision=25978
This commit is contained in:
parent
10f6eb70f1
commit
46d18d183d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user