Removing crossArm.uboot from the hydra builds - it now depends on a platform being set.
svn path=/nixpkgs/trunk/; revision=20131
This commit is contained in:
parent
06f07381c4
commit
7dc6cf1f03
|
@ -705,7 +705,6 @@ let
|
||||||
in {
|
in {
|
||||||
crossArmLinux = mapTestOnCross crossSystem (rec {
|
crossArmLinux = mapTestOnCross crossSystem (rec {
|
||||||
bison = nativePlatforms;
|
bison = nativePlatforms;
|
||||||
uboot = nativePlatforms;
|
|
||||||
tightvnc = nativePlatforms;
|
tightvnc = nativePlatforms;
|
||||||
#openoffice = nativePlatforms;
|
#openoffice = nativePlatforms;
|
||||||
wxGTK = nativePlatforms;
|
wxGTK = nativePlatforms;
|
||||||
|
|
Loading…
Reference in New Issue