summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/ezjsonm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/ezjsonm/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/ezjsonm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/ezjsonm/default.nix b/pkgs/development/ocaml-modules/ezjsonm/default.nix
index 269288ef3cd9..733d1d008a8d 100644
--- a/pkgs/development/ocaml-modules/ezjsonm/default.nix
+++ b/pkgs/development/ocaml-modules/ezjsonm/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, buildDunePackage, jsonm, hex, sexplib0 }:
+{ stdenv, lib, fetchurl, buildDunePackage, jsonm, hex, sexplib0 }:
buildDunePackage rec {
pname = "ezjsonm";
@@ -16,7 +16,7 @@ buildDunePackage rec {
meta = {
description = "An easy interface on top of the Jsonm library";
homepage = "https://github.com/mirage/ezjsonm";
- license = stdenv.lib.licenses.isc;
- maintainers = with stdenv.lib.maintainers; [ vbgl ];
+ license = lib.licenses.isc;
+ maintainers = with lib.maintainers; [ vbgl ];
};
}