Author: ludo
Date: Tue Feb 15 13:15:55 2011
New Revision: 25978
URL: https://svn.nixos.org/websvn/nix/?rev=25978&sc=1

Log:
"coreutils_real" -> "coreutils".

Modified:
   nixpkgs/trunk/pkgs/top-level/release-cross.nix

Modified: nixpkgs/trunk/pkgs/top-level/release-cross.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/release-cross.nix      Tue Feb 15 13:14:33 
2011        (r25977)
+++ nixpkgs/trunk/pkgs/top-level/release-cross.nix      Tue Feb 15 13:15:55 
2011        (r25978)
@@ -182,7 +182,7 @@
     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 @@
 in {
   fuloongminipc = mapTestOnCross crossSystem {
 
-    coreutils_real.hostDrv = nativePlatforms;
+    coreutils.hostDrv = nativePlatforms;
     ed.hostDrv = nativePlatforms;
     grub2.hostDrv = nativePlatforms;
     inetutils.hostDrv = nativePlatforms;
@@ -286,7 +286,7 @@
 in {
   nanonote = mapTestOnCross crossSystem {
 
-    coreutils_real.hostDrv = nativePlatforms;
+    coreutils.hostDrv = nativePlatforms;
     ed.hostDrv = nativePlatforms;
     inetutils.hostDrv = nativePlatforms;
     nixUnstable.hostDrv = nativePlatforms;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to