summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/gen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/gen/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/gen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/gen/default.nix b/pkgs/development/ocaml-modules/gen/default.nix
index 9e37d9b9a2d4..04d1a0816606 100644
--- a/pkgs/development/ocaml-modules/gen/default.nix
+++ b/pkgs/development/ocaml-modules/gen/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }:
+{ stdenv, lib, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }:
let version = "0.5"; in
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
meta = {
homepage = "https://github.com/c-cube/gen";
description = "Simple, efficient iterators for OCaml";
- license = stdenv.lib.licenses.bsd3;
+ license = lib.licenses.bsd3;
platforms = ocaml.meta.platforms or [];
};
}