summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/janestreet/ppx-here.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/ppx-here.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx-here.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-here.nix b/pkgs/development/ocaml-modules/janestreet/ppx-here.nix
index ea3ac5e8e5ae..95ebb59faf9f 100644
--- a/pkgs/development/ocaml-modules/janestreet/ppx-here.nix
+++ b/pkgs/development/ocaml-modules/janestreet/ppx-here.nix
@@ -1,4 +1,4 @@
-{stdenv, buildOcamlJane,
+{lib, stdenv, buildOcamlJane,
ppx_core, ppx_driver}:
buildOcamlJane {
@@ -6,7 +6,7 @@ buildOcamlJane {
hash = "1mzdgn8k171zkwmbizf1a48l525ny0w3363c7gknpnifcinxniiw";
propagatedBuildInputs = [ ppx_core ppx_driver ];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "A ppx rewriter that defines an extension node whose value is its source position";
maintainers = [ maintainers.maurer ];
license = licenses.asl20;