all-packages.nix: disable 'xracer' attribute to fix evaluation errors on Hydra

svn path=/nixpkgs/trunk/; revision=28135
This commit is contained in:
Peter Simons 2011-08-03 08:43:52 +00:00
parent dd9121ccff
commit bc913e2508

View File

@ -7637,7 +7637,8 @@ let
xconq = callPackage ../games/xconq {};
xracer = callPackage ../games/xracer { };
# TODO: the corresponding nix file is missing
# xracer = callPackage ../games/xracer { };
xsokoban = builderDefsPackage (import ../games/xsokoban) {
inherit (xlibs) libX11 xproto libXpm libXt;