diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-03-19T16·05+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-03-19T16·05+0100 |
commit | cb79e91ec3f63ac46d8f4361cb4db75e76a79981 (patch) | |
tree | 3586134ff643d7ca9422906f313a1e7bdbebefc1 | |
parent | 457dd55962837fc3026686b58ad89721106356cd (diff) |
Fix the coverage build
-rw-r--r-- | release.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release.nix b/release.nix index c05575f15a84..6b571644d994 100644 --- a/release.nix +++ b/release.nix @@ -107,6 +107,8 @@ let --with-dbd-sqlite=${perlPackages.DBDSQLite}/lib/perl5/site_perl ''; + dontInstall = false; + installCheckPhase = '' make installcheck ''; |