cpio: Disable tests on Darwin.

svn path=/nixpkgs/trunk/; revision=22713
This commit is contained in:
Ludovic Courtès 2010-07-22 15:27:48 +00:00
parent 8115040c08
commit e4df0cab9f

View File

@ -8,7 +8,10 @@ stdenv.mkDerivation ({
sha256 = "1gavgpzqwgkpagjxw72xgxz52y1ifgz0ckqh8g7cckz7jvyhp0mv";
};
doCheck = true;
# Tests fail on Darwin, see
# <http://lists.gnu.org/archive/html/bug-cpio/2010-07/msg00012.html> for
# details.
doCheck = !stdenv.isDarwin;
meta = {
homepage = http://www.gnu.org/software/cpio/;