1
0
Fork 1
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:
Philip Taron 2024-08-16 13:50:08 -07:00
parent 99aabc6f9e
commit e9bf9df5e4
No known key found for this signature in database

View file

@ -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";