From da8201e7c3523088f1d22c2af252ed9f853a0cca Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 1 Apr 2017 09:06:14 +0200 Subject: ocamlPackages.sedlex: fix on OCaml 4.04 --- pkgs/development/ocaml-modules/sedlex/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/ocaml-modules') diff --git a/pkgs/development/ocaml-modules/sedlex/default.nix b/pkgs/development/ocaml-modules/sedlex/default.nix index 5dbc74ef5436..2d1746bde0f1 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"; -- cgit 1.4.1