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:
parent
e2bb0c5da8
commit
51e0173c28
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user