Fix the coverage build

This commit is contained in:
Eelco Dolstra 2012-03-19 17:05:42 +01:00
parent 457dd55962
commit cb79e91ec3
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ let
--with-dbd-sqlite=${perlPackages.DBDSQLite}/lib/perl5/site_perl
'';
dontInstall = false;
installCheckPhase = ''
make installcheck
'';