summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFlorentBecker <florent.becker@ens-lyon.org>2017-12-21 18:23:25 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2017-12-21 18:23:25 +0100
commitf1bbc67b50093be310c6d2e561e21a877401e2e3 (patch)
tree41ce850fd86a0c8a9e650ec2b862ac04eef7d02b /pkgs
parente034cc4880c99da1c3ea2f573e0d15eacc2cc6e1 (diff)
downloadnixlib-f1bbc67b50093be310c6d2e561e21a877401e2e3.tar
nixlib-f1bbc67b50093be310c6d2e561e21a877401e2e3.tar.gz
nixlib-f1bbc67b50093be310c6d2e561e21a877401e2e3.tar.bz2
nixlib-f1bbc67b50093be310c6d2e561e21a877401e2e3.tar.lz
nixlib-f1bbc67b50093be310c6d2e561e21a877401e2e3.tar.xz
nixlib-f1bbc67b50093be310c6d2e561e21a877401e2e3.tar.zst
nixlib-f1bbc67b50093be310c6d2e561e21a877401e2e3.zip
ocsigen-i18n: do not strip (#32758)
The executables generated by ocamlc were not functional.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/ocaml/ocsigen-i18n/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/tools/ocaml/ocsigen-i18n/default.nix b/pkgs/development/tools/ocaml/ocsigen-i18n/default.nix
index c212ce324b33..37807b245ff2 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