mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
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 changed files with 1 additions and 1 deletions
|
@ -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 a new issue