From 8bf27945c602975b2b1dda120d6e5bb1dc76e018 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 17 Jan 2009 20:19:54 +0000 Subject: GNU aDNS: Disable the test suite for now. svn path=/nixpkgs/trunk/; revision=13799 --- pkgs/development/libraries/adns/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pkgs/development/libraries/adns') diff --git a/pkgs/development/libraries/adns/default.nix b/pkgs/development/libraries/adns/default.nix index d825f00528a..f433b1611bb 100644 --- a/pkgs/development/libraries/adns/default.nix +++ b/pkgs/development/libraries/adns/default.nix @@ -17,7 +17,10 @@ stdenv.mkDerivation configureFlags = if static then "--disable-dynamic" else "--enable-dynamic"; CPPFLAGS = "-DNDEBUG"; CFLAGS = "-O3"; - doCheck = 1; + + # FIXME: The test suite fails on NixOS in a chroot. See + # http://thread.gmane.org/gmane.linux.distributions.nixos/1328 for details. + doCheck = false; # adns doesn't understand the automatic --disable-shared from the Cygwin stdenv. cygwinConfigureEnableShared = true; -- cgit 1.4.1