3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #20526 from sternenseemann/x509

ocaml-x509: set mininimum supported ocaml version
This commit is contained in:
Joachim F 2016-11-21 13:14:15 +01:00 committed by GitHub
commit 5d7c2d9a4a

View file

@ -4,6 +4,8 @@ buildOcaml rec {
name = "x509";
version = "0.5.3";
mininimumSupportedOcamlVersion = "4.02";
src = fetchFromGitHub {
owner = "mirleft";
repo = "ocaml-x509";