forked from mirrors/nixpkgs
Fixing gnuchess build
svn path=/nixpkgs/branches/stdenv-updates/; revision=25270
This commit is contained in:
parent
4837b70d27
commit
a85502fa0d
pkgs
|
@ -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
|
||||||
|
|
|
@ -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 { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue