Skip to content

Commit

Permalink
perlPackages.DBDPg: disable tests
Browse files Browse the repository at this point in the history
Build was broken because tests freeze in sandbox, disable them.
Fixes #41199.

(cherry picked from commit 828ddc2)
  • Loading branch information
xeji committed May 31, 2018
1 parent 8b4f5f4 commit 0b32220
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/perl-modules/DBD-Pg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ buildPerlPackage rec {

makeMakerFlags = "POSTGRES_HOME=${postgresql}";

# tests freeze in a sandbox
doCheck = false;

meta = {
homepage = http://search.cpan.org/dist/DBD-Pg/;
description = "DBI PostgreSQL interface";
Expand Down

0 comments on commit 0b32220

Please sign in to comment.