about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/sedlex
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-04-01 09:06:14 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-04-01 09:06:57 +0200
commitda8201e7c3523088f1d22c2af252ed9f853a0cca (patch)
tree41552f4b30458394bf81c5276332ba2680f8c5a6 /pkgs/development/ocaml-modules/sedlex
parentff1d0ce4385641c473f999c2d0c5e70e6dd8b781 (diff)
ocamlPackages.sedlex: fix on OCaml 4.04
Diffstat (limited to 'pkgs/development/ocaml-modules/sedlex')
-rw-r--r--pkgs/development/ocaml-modules/sedlex/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/sedlex/default.nix b/pkgs/development/ocaml-modules/sedlex/default.nix
index 5dbc74ef5436a..2d1746bde0f14 100644
--- a/pkgs/development/ocaml-modules/sedlex/default.nix
+++ b/pkgs/development/ocaml-modules/sedlex/default.nix
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
 
   createFindlibDestdir = true;
 
+  dontStrip = true;
+
   meta = {
     homepage = https://github.com/alainfrisch/sedlex;
     description = "An OCaml lexer generator for Unicode";