mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
mezzo: remove with statements
This commit is contained in:
parent
99aabc6f9e
commit
e9bf9df5e4
|
@ -7,7 +7,7 @@ then throw "mezzo is not available for OCaml ${ocaml.version}"
|
|||
else
|
||||
|
||||
let
|
||||
check-ocaml-version = with lib; versionAtLeast (getVersion ocaml);
|
||||
check-ocaml-version = lib.versionAtLeast (lib.getVersion ocaml);
|
||||
in
|
||||
|
||||
assert check-ocaml-version "4";
|
||||
|
|
Loading…
Reference in a new issue