summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorFlorent Becker <florent.becker@ens-lyon.org>2016-12-18 16:19:15 +0100
committerFlorent Becker <florent.becker@ens-lyon.org>2016-12-18 16:19:55 +0100
commit3ef134a19b197832521674d88e55a95785653c76 (patch)
tree67affb6c800bb96f01a6da36b53fc132be82a336 /pkgs/development/ocaml-modules
parentd0f4249792389bc232bb266eb423d28ff9988746 (diff)
downloadnixlib-3ef134a19b197832521674d88e55a95785653c76.tar
nixlib-3ef134a19b197832521674d88e55a95785653c76.tar.gz
nixlib-3ef134a19b197832521674d88e55a95785653c76.tar.bz2
nixlib-3ef134a19b197832521674d88e55a95785653c76.tar.lz
nixlib-3ef134a19b197832521674d88e55a95785653c76.tar.xz
nixlib-3ef134a19b197832521674d88e55a95785653c76.tar.zst
nixlib-3ef134a19b197832521674d88e55a95785653c76.zip
ocaml-pcre: fix name
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/pcre/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/pcre/default.nix b/pkgs/development/ocaml-modules/pcre/default.nix
index dd152262ca79..d2e0e0aa7278 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 {