ocamlPackages.{tyxml,lwt}: always enable camlp4 support
This commit is contained in:
parent
856b891765
commit
c722db75ba
@ -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
|
||||
}:
|
||||
|
||||
|
@ -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
|
||||
}:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user