Merge pull request #21262 from FlorentBecker/ocaml-pcre

ocaml-pcre: fix name
This commit is contained in:
Joachim F 2016-12-21 20:36:56 +01:00 committed by GitHub
commit 9e6ac83f2a
1 changed files with 1 additions and 1 deletions

View File

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