ocamlPackages.astring: remove spurious dependency to camlp4

This commit is contained in:
Vincent Laporte 2018-07-14 08:26:26 +00:00
parent ea9078b76b
commit 0c085fd034
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -1,8 +1,8 @@
{ stdenv, fetchurl, buildOcaml, ocaml, findlib, ocamlbuild, topkg }:
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg }:
buildOcaml rec {
stdenv.mkDerivation rec {
version = "0.8.3";
name = "astring";
name = "ocaml${ocaml.version}-astring-${version}";
src = fetchurl {
url = "http://erratique.ch/software/astring/releases/astring-${version}.tbz";