summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/ocaml-text/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/ocaml-text/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/ocaml-text/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ocaml-text/default.nix b/pkgs/development/ocaml-modules/ocaml-text/default.nix
index 1dc98c9fdd24..e5dc3dd54d34 100644
--- a/pkgs/development/ocaml-modules/ocaml-text/default.nix
+++ b/pkgs/development/ocaml-modules/ocaml-text/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchzip, libiconv, ocaml, findlib, ocamlbuild, ncurses }:
+{ stdenv, lib, fetchzip, libiconv, ocaml, findlib, ocamlbuild, ncurses }:
stdenv.mkDerivation rec {
pname = "ocaml-text";
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://ocaml-text.forge.ocamlcore.org/";
description = "A library for convenient text manipulation";
- license = stdenv.lib.licenses.bsd3;
+ license = lib.licenses.bsd3;
platforms = ocaml.meta.platforms or [];
};
}