From be4dfd41be8f9de5d5ad57c398e4e46a9fa7584a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 20 Nov 2009 17:09:54 +0000 Subject: [PATCH] GNU Libtool: Disable tests for now. svn path=/nixpkgs/branches/stdenv-updates/; revision=18491 --- pkgs/development/tools/misc/libtool/libtool2.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/libtool/libtool2.nix b/pkgs/development/tools/misc/libtool/libtool2.nix index 25a2dbbf1cd..0119515740d 100644 --- a/pkgs/development/tools/misc/libtool/libtool2.nix +++ b/pkgs/development/tools/misc/libtool/libtool2.nix @@ -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";