* Disable make check.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13937
This commit is contained in:
parent
0baf685191
commit
15258b7f50
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user