From 51e0173c284aecc857fd81533df36e541ae66f08 Mon Sep 17 00:00:00 2001 From: Florent Becker Date: Sat, 22 Oct 2016 11:03:56 +0200 Subject: [PATCH] ocamlPackages.ocaml_pcre: change name from ocaml-ocaml-pcre to ocaml-pcre The old name was confusing some dependencies when searching for dllpcrestubs.so --- pkgs/development/ocaml-modules/pcre/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/pcre/default.nix b/pkgs/development/ocaml-modules/pcre/default.nix index dd152262ca7..d2e0e0aa727 100644 --- a/pkgs/development/ocaml-modules/pcre/default.nix +++ b/pkgs/development/ocaml-modules/pcre/default.nix @@ -1,7 +1,7 @@ {stdenv, buildOcaml, fetchurl, pcre, ocaml, findlib}: buildOcaml { - name = "ocaml-pcre"; + name = "pcre"; version = "7.1.1"; src = fetchurl {