Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pkgs/by-name/ce/cerberus/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,13 @@ ocamlPackages.buildDunePackage (finalAttrs: {
runHook postInstall
'';

doInstallCheck = false;
doInstallCheck = true;
installCheckPhase = ''
runHook preInstallCheck

# Bypass `dune exec` so its stderr warnings don't pollute test output.
PATH="$out/bin":$PATH
export WITH_CERB=cerberus

patchShebangs --build tests

Expand Down
Loading