Fixing gnuchess build
svn path=/nixpkgs/branches/stdenv-updates/; revision=25270
This commit is contained in:
parent
4837b70d27
commit
a85502fa0d
@ -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
|
||||
|
@ -6818,7 +6818,7 @@ let
|
||||
|
||||
gltron = callPackage ../games/gltron { };
|
||||
|
||||
gnuchess = builderDefsPackage (import ../games/gnuchess) { };
|
||||
gnuchess = callPackage ../games/gnuchess { };
|
||||
|
||||
gnugo = callPackage ../games/gnugo { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user