3
0
Fork 0
forked from mirrors/nixpkgs

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
pkgs
games/gnuchess
top-level

View file

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

View file

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