Merge pull request #46089 from vbgl/ocaml-4.07-enableP4

ocamlPackages.{tyxml,lwt}: always enable camlp4 support
This commit is contained in:
Jörg Thalheim
2018-09-05 10:36:24 +01:00
committed by GitHub
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
}: