forked from mirrors/nixpkgs
ocamlPackages.ppxlib: fix evaluation
This commit is contained in:
parent
7d6cb4e614
commit
b75cb8a97d
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue