summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/ppx_tools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/ppx_tools/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/ppx_tools/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_tools/default.nix b/pkgs/development/ocaml-modules/ppx_tools/default.nix
index 62aa97de5fa6..ddc3dec898dc 100644
--- a/pkgs/development/ocaml-modules/ppx_tools/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_tools/default.nix
@@ -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;