Merge pull request #21262 from FlorentBecker/ocaml-pcre
ocaml-pcre: fix name
This commit is contained in:
commit
9e6ac83f2a
|
@ -1,7 +1,7 @@
|
|||
{stdenv, buildOcaml, fetchurl, pcre, ocaml, findlib}:
|
||||
|
||||
buildOcaml {
|
||||
name = "ocaml-pcre";
|
||||
name = "pcre";
|
||||
version = "7.1.1";
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in New Issue