* Disable make check.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13937
This commit is contained in:
Eelco Dolstra 2009-02-01 21:21:21 +00:00
parent 0baf685191
commit 15258b7f50

View File

@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
unpackCmd = "lzma -d < $src | tar xv"; unpackCmd = "lzma -d < $src | tar xv";
doCheck = true; # Disabled because we don't have zdiff in the stdenv bootstrap.
#doCheck = true;
meta = { meta = {
description = "GNU Texinfo, the GNU documentation system"; description = "GNU Texinfo, the GNU documentation system";