Fixing gnuchess build

svn path=/nixpkgs/branches/stdenv-updates/; revision=25270
This commit is contained in:
Michael Raskin 2010-12-24 05:47:55 +00:00
parent 4837b70d27
commit a85502fa0d
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,6 @@
a :
{builderDefsPackage, flex} @ x:
builderDefsPackage
(a :
let
fetchurl = a.fetchurl;
@ -31,4 +33,4 @@ rec {
meta = {
description = "GNU Chess playing program";
};
}
}) x

View file

@ -6818,7 +6818,7 @@ let
gltron = callPackage ../games/gltron { };
gnuchess = builderDefsPackage (import ../games/gnuchess) { };
gnuchess = callPackage ../games/gnuchess { };
gnugo = callPackage ../games/gnugo { };