mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 08:42:30 +00:00
Do "make installcheck" for Debian builds
This commit is contained in:
parent
db5b86ef13
commit
e145ac30e3
@ -200,6 +200,10 @@ let
|
||||
meta.schedulingPriority = prio;
|
||||
configureFlags = "--sysconfdir=/etc";
|
||||
debRequires = [ "curl" "libdbd-sqlite3-perl" "libsqlite3-0" "libbz2-1.0" ];
|
||||
installCheckPhase = ''
|
||||
make installcheck
|
||||
'';
|
||||
postPhases = [ "installCheckPhase" ];
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user