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:
parent
b49a2d16b2
commit
daea455d15
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user