camlp5: fix install with ocaml 4.04

The problem was that bytecode executables were shrinked.

This closes #25367.
This commit is contained in:
Théo Zimmermann 2017-05-02 17:12:17 +02:00 committed by vbgl
parent 1fdc34b737
commit 017a723939

View File

@ -24,6 +24,8 @@ stdenv.mkDerivation {
postInstall = "cp ${metafile} $out/lib/ocaml/${ocaml.version}/site-lib/camlp5/META";
dontStrip = true;
meta = with stdenv.lib; {
description = "Preprocessor-pretty-printer for OCaml";
longDescription = ''