ocamlPackages.lambdaTerm: remove spurious dependency to camlp4

This commit is contained in:
Vincent Laporte 2018-06-24 06:18:09 +00:00
parent 7261a66d71
commit 1747ec308a
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -1,10 +1,10 @@
{ stdenv, buildOcaml, fetchurl, libev, ocaml, findlib, jbuilder, zed, lwt_react }: { stdenv, fetchurl, libev, ocaml, findlib, jbuilder, zed, lwt_react }:
assert stdenv.lib.versionAtLeast ocaml.version "4.02"; assert stdenv.lib.versionAtLeast ocaml.version "4.02";
buildOcaml rec { stdenv.mkDerivation rec {
version = "1.12.0"; version = "1.12.0";
name = "lambda-term"; name = "ocaml${ocaml.version}-lambda-term-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/diml/lambda-term/archive/${version}.tar.gz"; url = "https://github.com/diml/lambda-term/archive/${version}.tar.gz";