diff --git a/default.nix b/default.nix index 81af081..bac9dce 100644 --- a/default.nix +++ b/default.nix @@ -35,8 +35,7 @@ buildDunePackage { doCheck = true; # We strip by hand before packing dontStrip = true; - # patchELF can't handle UPX'd binaries - # We produce a static OCaml binary that + # patchELF can't handle UPX'd binaries; call it manually dontPatchELF = true; postCheck = '' ${shellcheck}/bin/shellcheck direnvrc