summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/camlp4
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/ocaml/camlp4')
-rw-r--r--pkgs/development/tools/ocaml/camlp4/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/ocaml/camlp4/default.nix b/pkgs/development/tools/ocaml/camlp4/default.nix
index a257a88287c..cedd35ae6ad 100644
--- a/pkgs/development/tools/ocaml/camlp4/default.nix
+++ b/pkgs/development/tools/ocaml/camlp4/default.nix
@@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
 
   installTargets = "install install-META";
 
+  dontStrip = true;
+
   meta = with stdenv.lib; {
     description = "A software system for writing extensible parsers for programming languages";
     homepage = https://github.com/ocaml/camlp4;