Commit 017a7239 authored by Théo Zimmermann's avatar Théo Zimmermann Committed by vbgl
Browse files

camlp5: fix install with ocaml 4.04

The problem was that bytecode executables were shrinked.

This closes #25367.
parent 1fdc34b7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = ''