GNU Libtool: Disable tests for now.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18491
This commit is contained in:
Ludovic Courtès 2009-11-20 17:09:54 +00:00
parent e10632e7d5
commit be4dfd41be

View file

@ -16,7 +16,9 @@ stdenv.mkDerivation rec {
# "fixed" path in generated files!
dontPatchShebangs = true;
doCheck = true;
# XXX: The GNU ld wrapper does all sorts of nasty things wrt. RPATH, which
# leads to the failure of a number of tests.
doCheck = false;
meta = {
description = "GNU Libtool, a generic library support script";