summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/janestreet/fieldslib.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/fieldslib.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/fieldslib.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/fieldslib.nix b/pkgs/development/ocaml-modules/janestreet/fieldslib.nix
index 39aeb7047177..75b894a8c14f 100644
--- a/pkgs/development/ocaml-modules/janestreet/fieldslib.nix
+++ b/pkgs/development/ocaml-modules/janestreet/fieldslib.nix
@@ -1,4 +1,4 @@
-{ stdenv, type_conv, buildOcamlJane }:
+{ lib, stdenv, type_conv, buildOcamlJane }:
buildOcamlJane {
name = "fieldslib";
@@ -10,7 +10,7 @@ buildOcamlJane {
propagatedBuildInputs = [ type_conv ];
- meta = with stdenv.lib; {
+ meta = with lib; {
homepage = "https://ocaml.janestreet.com/";
description = "OCaml syntax extension to define first class values representing record fields, to get and set record fields, iterate and fold over all fields of a record and create new record values";
license = licenses.asl20;