ocaml-pcre: fix name

This commit is contained in:
Florent Becker 2016-12-18 16:19:15 +01:00
parent d0f4249792
commit 3ef134a19b

View File

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