Skip to content

Commit

Permalink
camlp5: fix install with ocaml 4.04
Browse files Browse the repository at this point in the history
The problem was that bytecode executables were shrinked.

This closes #25367.
  • Loading branch information
Zimmi48 authored and vbgl committed May 3, 2017
1 parent 1fdc34b commit 017a723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/tools/ocaml/camlp5/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 017a723

Please sign in to comment.