Loading pkgs/by-name/ce/cerberus/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/by-name/ce/cerberus/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading