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
commit f9e7de9294
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}: