ocamlPackages.ocaml_pcre: change name from ocaml-ocaml-pcre to ocaml-pcre

The old name was confusing some dependencies when searching for dllpcrestubs.so
This commit is contained in:
Florent Becker 2016-10-22 11:03:56 +02:00
parent e2bb0c5da8
commit 51e0173c28

View file

@ -1,7 +1,7 @@
{stdenv, buildOcaml, fetchurl, pcre, ocaml, findlib}:
buildOcaml {
name = "ocaml-pcre";
name = "pcre";
version = "7.1.1";
src = fetchurl {