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