From 5cc3f16f3959bb89b2a2987a1d74db6b6e8871c8 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 18 Nov 2016 14:14:15 +0100 Subject: [PATCH] ocaml-x509: set mininimum supported ocaml version --- pkgs/development/ocaml-modules/x509/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/ocaml-modules/x509/default.nix b/pkgs/development/ocaml-modules/x509/default.nix index bca266d5fee..ab82f6abdcb 100644 --- a/pkgs/development/ocaml-modules/x509/default.nix +++ b/pkgs/development/ocaml-modules/x509/default.nix @@ -4,6 +4,8 @@ buildOcaml rec { name = "x509"; version = "0.5.3"; + mininimumSupportedOcamlVersion = "4.02"; + src = fetchFromGitHub { owner = "mirleft"; repo = "ocaml-x509";