about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-02-15 13:15:55 +0000
committerLudovic Courtès <ludo@gnu.org>2011-02-15 13:15:55 +0000
commit46d18d183d4c1b41b9d98d3a66608b4ed55629f0 (patch)
tree5d7c96fcc8691880bf38b02d0eafb89a522cd569 /pkgs
parent10f6eb70f13a1e2e07294628613e18f651480590 (diff)
downloadnixlib-46d18d183d4c1b41b9d98d3a66608b4ed55629f0.tar
nixlib-46d18d183d4c1b41b9d98d3a66608b4ed55629f0.tar.gz
nixlib-46d18d183d4c1b41b9d98d3a66608b4ed55629f0.tar.bz2
nixlib-46d18d183d4c1b41b9d98d3a66608b4ed55629f0.tar.lz
nixlib-46d18d183d4c1b41b9d98d3a66608b4ed55629f0.tar.xz
nixlib-46d18d183d4c1b41b9d98d3a66608b4ed55629f0.tar.zst
nixlib-46d18d183d4c1b41b9d98d3a66608b4ed55629f0.zip
"coreutils_real" -> "coreutils".
svn path=/nixpkgs/trunk/; revision=25978
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/release-cross.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index 040a4df2fc00..cacc5f100c4e 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -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;