mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +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 New Issue
Block a user