ocamlPackages.sedlex: fix on OCaml 4.04
This commit is contained in:
parent
ff1d0ce438
commit
da8201e7c3
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
|
||||||
|
dontStrip = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/alainfrisch/sedlex;
|
homepage = https://github.com/alainfrisch/sedlex;
|
||||||
description = "An OCaml lexer generator for Unicode";
|
description = "An OCaml lexer generator for Unicode";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user