From f1bbc67b50093be310c6d2e561e21a877401e2e3 Mon Sep 17 00:00:00 2001 From: FlorentBecker Date: Thu, 21 Dec 2017 18:23:25 +0100 Subject: [PATCH] ocsigen-i18n: do not strip (#32758) The executables generated by ocamlc were not functional. --- pkgs/development/tools/ocaml/ocsigen-i18n/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/tools/ocaml/ocsigen-i18n/default.nix b/pkgs/development/tools/ocaml/ocsigen-i18n/default.nix index c212ce324b3..37807b245ff 100644 --- a/pkgs/development/tools/ocaml/ocsigen-i18n/default.nix +++ b/pkgs/development/tools/ocaml/ocsigen-i18n/default.nix @@ -7,6 +7,9 @@ stdenv.mkDerivation rec buildInputs = with ocamlPackages; [ ocaml findlib ]; + + dontStrip = true; + installPhase = '' mkdir -p $out/bin make bindir=$out/bin install