forked from mirrors/nixpkgs
Merge pull request #20526 from sternenseemann/x509
ocaml-x509: set mininimum supported ocaml version
This commit is contained in:
commit
5d7c2d9a4a
|
@ -4,6 +4,8 @@ buildOcaml rec {
|
|||
name = "x509";
|
||||
version = "0.5.3";
|
||||
|
||||
mininimumSupportedOcamlVersion = "4.02";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mirleft";
|
||||
repo = "ocaml-x509";
|
||||
|
|
Loading…
Reference in a new issue