summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-10-12 05:35:26 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-10-12 05:35:26 +0000
commit00e27a285436fcf059d67c9c1a8091b30f950d67 (patch)
treef8df9b08612359cddeb9bcc03d9a00efc1836ac5 /pkgs/development/ocaml-modules
parent615582affeb5364dcadffa6f30cb1f56bd73e83f (diff)
downloadnixlib-00e27a285436fcf059d67c9c1a8091b30f950d67.tar
nixlib-00e27a285436fcf059d67c9c1a8091b30f950d67.tar.gz
nixlib-00e27a285436fcf059d67c9c1a8091b30f950d67.tar.bz2
nixlib-00e27a285436fcf059d67c9c1a8091b30f950d67.tar.lz
nixlib-00e27a285436fcf059d67c9c1a8091b30f950d67.tar.xz
nixlib-00e27a285436fcf059d67c9c1a8091b30f950d67.tar.zst
nixlib-00e27a285436fcf059d67c9c1a8091b30f950d67.zip
ocaml-gettext: dont strip
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/ocaml-gettext/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ocaml-gettext/default.nix b/pkgs/development/ocaml-modules/ocaml-gettext/default.nix
index d8a874a7e2f5..e1b66741215f 100644
--- a/pkgs/development/ocaml-modules/ocaml-gettext/default.nix
+++ b/pkgs/development/ocaml-modules/ocaml-gettext/default.nix
@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
 
   createFindlibDestdir = true;
 
+  dontStrip = true;
+
   meta = with stdenv.lib; {
     description = "OCaml Bindings to gettext";
     homepage = https://forge.ocamlcore.org/projects/ocaml-gettext;