summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/janestreet/ppx-enumerate.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/ppx-enumerate.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx-enumerate.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-enumerate.nix b/pkgs/development/ocaml-modules/janestreet/ppx-enumerate.nix
index 2fdfede0f23d..d4c7c61a3992 100644
--- a/pkgs/development/ocaml-modules/janestreet/ppx-enumerate.nix
+++ b/pkgs/development/ocaml-modules/janestreet/ppx-enumerate.nix
@@ -1,4 +1,4 @@
-{stdenv, buildOcamlJane,
+{lib, stdenv, buildOcamlJane,
ppx_core, ppx_tools, ppx_type_conv}:
buildOcamlJane {
@@ -6,7 +6,7 @@ buildOcamlJane {
hash = "0m11921q2pjzkwckf21fynd2qfy83n9jjsgks23yagdai8a7ym16";
propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv ];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Generate a list containing all values of a finite type";
maintainers = [ maintainers.maurer ];
license = licenses.asl20;