ocamlPackages.sedlex: fix on OCaml 4.04
This commit is contained in:
parent
ff1d0ce438
commit
da8201e7c3
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue