3
0
Fork 0
forked from mirrors/nixpkgs

Disabling patch doCheck, because they fail.

To be fixed some day, with a bug report to gnupatch if required.


svn path=/nixpkgs/branches/stdenv-updates/; revision=19286
This commit is contained in:
Lluís Batlle i Rossell 2010-01-07 14:08:39 +00:00
parent 1dbba27faa
commit ab76500645

View file

@ -8,7 +8,9 @@ stdenv.mkDerivation rec {
sha256 = "1fc1jyq80nswkf492fiqdbl2bhvlw2wb44ghqlfd3zngx4qkfmni";
};
doCheck = true;
# Fails on armv5tel-linux at least, maybe on more platforms
# Some tests require 'ed', additionally.
doCheck = false;
meta = {
description = "GNU Patch, a program to apply differences to files";