ppx_tools, camlp4, ocamlify, ocamlmod: don’t strip binaries
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user