Skip to content

Commit

Permalink
Merge pull request #21262 from FlorentBecker/ocaml-pcre
Browse files Browse the repository at this point in the history
ocaml-pcre: fix name
  • Loading branch information
joachifm authored Dec 21, 2016
2 parents dd968d0 + 3ef134a commit 9e6ac83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/ocaml-modules/pcre/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{stdenv, buildOcaml, fetchurl, pcre, ocaml, findlib}:

buildOcaml {
name = "ocaml-pcre";
name = "pcre";
version = "7.1.1";

src = fetchurl {
Expand Down

0 comments on commit 9e6ac83

Please sign in to comment.