all-packages.nix: disable 'xracer' attribute to fix evaluation errors on Hydra
svn path=/nixpkgs/trunk/; revision=28135
This commit is contained in:
parent
dd9121ccff
commit
bc913e2508
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user