summary refs log tree commit diff
path: root/pkgs/development/perl-modules
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-03-31 15:30:47 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-03-31 15:30:47 +0000
commitd27514cb28997dd9ed745bbf12a8d2f821acbbee (patch)
tree6868ce3deb5776f37d9963fe0784204020d6dfc5 /pkgs/development/perl-modules
parent9455f37ce91c1df43109eea64e8258cab0054768 (diff)
parent1f9740e01c4da98c1a49641f2313729798fafcf3 (diff)
* Sync with the trunk once more.
* Turn on everything in Hydra.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14806
Diffstat (limited to 'pkgs/development/perl-modules')
-rw-r--r--pkgs/development/perl-modules/DBD-SQLite/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/perl-modules/DBD-SQLite/default.nix b/pkgs/development/perl-modules/DBD-SQLite/default.nix
index 3aa6a9486a073..009c26933504e 100644
--- a/pkgs/development/perl-modules/DBD-SQLite/default.nix
+++ b/pkgs/development/perl-modules/DBD-SQLite/default.nix
@@ -16,4 +16,8 @@ buildPerlPackage {
     # Prevent segfaults in case of timeouts.
     ./reset.patch
   ];
+
+  # Disabled because the tests can randomly fail due to timeouts
+  # (e.g. "database is locked(5) at dbdimp.c line 402 at t/07busy.t").
+  doCheck = false;
 }