summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/janestreet/ppx-optcomp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/ppx-optcomp.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx-optcomp.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-optcomp.nix b/pkgs/development/ocaml-modules/janestreet/ppx-optcomp.nix
index 61fa66b77cc5..fe4f1753fa78 100644
--- a/pkgs/development/ocaml-modules/janestreet/ppx-optcomp.nix
+++ b/pkgs/development/ocaml-modules/janestreet/ppx-optcomp.nix
@@ -1,4 +1,4 @@
-{stdenv, buildOcamlJane,
+{lib, stdenv, buildOcamlJane,
ppx_core, ppx_tools}:
buildOcamlJane {
@@ -7,7 +7,7 @@ buildOcamlJane {
propagatedBuildInputs =
[ ppx_core ppx_tools ];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "ppx_optcomp stands for Optional Compilation. It is a tool used to handle optional compilations of pieces of code depending of the word size, the version of the compiler, etc.";
maintainers = [ maintainers.maurer ];
license = licenses.asl20;