From daea455d15e024a440e6fe3fbb98c7ccb6eea4b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 13 Sep 2010 21:16:10 +0000 Subject: [PATCH] Removing coreutils_real from release-cross. It had to be 'coreutils' instead, but I don't think they cross-build. They cross-build only in stdenv-updates I tihnk. svn path=/nixpkgs/trunk/; revision=23774 --- pkgs/top-level/release-cross.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index 91d7b7a5adf..b2dc475e12a 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -6,7 +6,6 @@ let basicHostDrv = { bison.hostDrv = nativePlatforms; busybox.hostDrv = nativePlatforms; - coreutils_real.hostDrv = nativePlatforms; dropbear.hostDrv = nativePlatforms; tightvnc.hostDrv = nativePlatforms; #openoffice.hostDrv = nativePlatforms;