summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/num/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/num/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/num/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/num/default.nix b/pkgs/development/ocaml-modules/num/default.nix
index 022b7af9629d..b553677fad47 100644
--- a/pkgs/development/ocaml-modules/num/default.nix
+++ b/pkgs/development/ocaml-modules/num/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Legacy Num library for arbitrary-precision integer and rational arithmetic";
- license = stdenv.lib.licenses.lgpl21;
+ license = lib.licenses.lgpl21;
inherit (ocaml.meta) platforms;
inherit (src.meta) homepage;
};