about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/libtool
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-11-20 17:09:54 +0000
committerLudovic Courtès <ludo@gnu.org>2009-11-20 17:09:54 +0000
commitbe4dfd41be8f9de5d5ad57c398e4e46a9fa7584a (patch)
tree42fc1ee27b1ed9a865d1f73979f77497bdc3309a /pkgs/development/tools/misc/libtool
parente10632e7d5f04d2d6f55e22b34a77b43b2d95eeb (diff)
GNU Libtool: Disable tests for now.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18491
Diffstat (limited to 'pkgs/development/tools/misc/libtool')
-rw-r--r--pkgs/development/tools/misc/libtool/libtool2.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/libtool/libtool2.nix b/pkgs/development/tools/misc/libtool/libtool2.nix
index 25a2dbbf1cd58..0119515740dc8 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";