ppx_tools, camlp4, ocamlify, ocamlmod: don’t strip binaries

This commit is contained in:
Vincent Laporte
2017-02-26 21:18:42 +01:00
parent 9dbeca2240
commit b2a4eb839a
4 changed files with 8 additions and 0 deletions
@@ -14,6 +14,8 @@ stdenv.mkDerivation {
buildPhase = "ocaml setup.ml -build";
installPhase = "ocaml setup.ml -install";
dontStrip = true;
meta = {
homepage = http://forge.ocamlcore.org/projects/ocamlmod/ocamlmod;
description = "Generate OCaml modules from source files";