ocamlPackages.bz2: disable for OCaml ≥ 5.0
This commit is contained in:
parent
75b5f4b106
commit
a70967020f
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib, stdenv, fetchFromGitLab, ocaml, findlib, bzip2, autoreconfHook }:
|
||||
|
||||
if lib.versionOlder ocaml.version "4.02"
|
||||
|| lib.versionAtLeast ocaml.version "5.0"
|
||||
then throw "bz2 is not available for OCaml ${ocaml.version}"
|
||||
else
|
||||
|
||||
|
|
Loading…
Reference in a new issue