forked from lix-project/lix
Fix the install check
This commit is contained in:
parent
587b408210
commit
dfc6a43b72
17
release.nix
17
release.nix
|
@ -80,11 +80,7 @@ let
|
|||
--enable-gc
|
||||
'';
|
||||
|
||||
installCheckPhase = ''
|
||||
make installcheck
|
||||
'';
|
||||
|
||||
postPhases = [ "installCheckPhase" ];
|
||||
doInstallCheck = true;
|
||||
};
|
||||
|
||||
|
||||
|
@ -109,11 +105,7 @@ let
|
|||
|
||||
dontInstall = false;
|
||||
|
||||
installCheckPhase = ''
|
||||
make installcheck
|
||||
'';
|
||||
|
||||
postPhases = [ "installCheckPhase" ];
|
||||
doInstallCheck = true;
|
||||
|
||||
lcovFilter = [ "*/boost/*" "*-tab.*" ];
|
||||
|
||||
|
@ -195,10 +187,7 @@ let
|
|||
meta.schedulingPriority = prio;
|
||||
configureFlags = "--sysconfdir=/etc";
|
||||
debRequires = [ "curl" "libdbd-sqlite3-perl" "libsqlite3-0" "libbz2-1.0" ];
|
||||
installCheckPhase = ''
|
||||
make installcheck
|
||||
'';
|
||||
postPhases = [ "installCheckPhase" ];
|
||||
doInstallCheck = true;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue