summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/cmdliner/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/cmdliner/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/cmdliner/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/cmdliner/default.nix b/pkgs/development/ocaml-modules/cmdliner/default.nix
index b99804710430..7e49679406ab 100644
--- a/pkgs/development/ocaml-modules/cmdliner/default.nix
+++ b/pkgs/development/ocaml-modules/cmdliner/default.nix
@@ -4,10 +4,10 @@ let
pname = "cmdliner";
in
-assert stdenv.lib.versionAtLeast ocaml.version "4.01.0";
+assert lib.versionAtLeast ocaml.version "4.01.0";
let param =
- if stdenv.lib.versionAtLeast ocaml.version "4.03" then {
+ if lib.versionAtLeast ocaml.version "4.03" then {
version = "1.0.4";
sha256 = "1h04q0zkasd0mw64ggh4y58lgzkhg6yhzy60lab8k8zq9ba96ajw";
} else {