3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.ppxlib: fix evaluation

This commit is contained in:
Vincent Laporte 2020-12-19 18:33:55 +01:00
parent 7d6cb4e614
commit b75cb8a97d
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -21,7 +21,7 @@ let param = {
if param ? max_version && lib.versionAtLeast ocaml.version param.max_version if param ? max_version && lib.versionAtLeast ocaml.version param.max_version
|| param ? min_version && !lib.versionAtLeast ocaml.version param.min_version || param ? min_version && !lib.versionAtLeast ocaml.version param.min_version
then throw "ppxlib-${param.version} is not available for OCaml ${ocaml.version}" then throw "ppxlib-${version} is not available for OCaml ${ocaml.version}"
else else
buildDunePackage rec { buildDunePackage rec {