ocamlPackages.{tyxml,lwt}: always enable camlp4 support

This commit is contained in:
Vincent Laporte 2018-08-20 16:51:54 +00:00
parent 856b891765
commit c722db75ba
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchzip, pkgconfig, ncurses, libev, jbuilder
, ocaml, findlib, cppo
, ocaml-migrate-parsetree, ppx_tools_versioned, result
, withP4 ? !stdenv.lib.versionAtLeast ocaml.version "4.07"
, withP4 ? true
, camlp4 ? null
}:

View File

@ -1,5 +1,5 @@
{ stdenv, fetchzip, ocaml, findlib, ocamlbuild, uutf, markup, ppx_tools_versioned, re
, withP4 ? !stdenv.lib.versionAtLeast ocaml.version "4.07"
, withP4 ? true
, camlp4 ? null
}: