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
@@ -26,6 +26,8 @@ in
createFindlibDestdir = true;
dontStrip = true;
meta = with stdenv.lib; {
description = "Tools for authors of ppx rewriters";
homepage = http://www.lexifi.com/ppx_tools;