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
This commit is contained in:
@@ -6,7 +6,6 @@ let
|
|||||||
basicHostDrv = {
|
basicHostDrv = {
|
||||||
bison.hostDrv = nativePlatforms;
|
bison.hostDrv = nativePlatforms;
|
||||||
busybox.hostDrv = nativePlatforms;
|
busybox.hostDrv = nativePlatforms;
|
||||||
coreutils_real.hostDrv = nativePlatforms;
|
|
||||||
dropbear.hostDrv = nativePlatforms;
|
dropbear.hostDrv = nativePlatforms;
|
||||||
tightvnc.hostDrv = nativePlatforms;
|
tightvnc.hostDrv = nativePlatforms;
|
||||||
#openoffice.hostDrv = nativePlatforms;
|
#openoffice.hostDrv = nativePlatforms;
|
||||||
|
|||||||
Reference in New Issue
Block a user