about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ctypes
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-10-16 12:30:18 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-10-16 13:28:15 +0200
commita222473b063d5ea7fb585538767e17ae9cead8d9 (patch)
tree240e505ec123c7950194b92b4565d84f7a8130b1 /pkgs/development/ocaml-modules/ctypes
parent19bcba1fd4affe97431b4cf4bf0e29edd0752fe5 (diff)
downloadnixlib-a222473b063d5ea7fb585538767e17ae9cead8d9.tar
nixlib-a222473b063d5ea7fb585538767e17ae9cead8d9.tar.gz
nixlib-a222473b063d5ea7fb585538767e17ae9cead8d9.tar.bz2
nixlib-a222473b063d5ea7fb585538767e17ae9cead8d9.tar.lz
nixlib-a222473b063d5ea7fb585538767e17ae9cead8d9.tar.xz
nixlib-a222473b063d5ea7fb585538767e17ae9cead8d9.tar.zst
nixlib-a222473b063d5ea7fb585538767e17ae9cead8d9.zip
ocaml-ctypes: requires OCaml >= 4
Diffstat (limited to 'pkgs/development/ocaml-modules/ctypes')
-rw-r--r--pkgs/development/ocaml-modules/ctypes/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ctypes/default.nix b/pkgs/development/ocaml-modules/ctypes/default.nix
index 43c7ddbb2904..e64310f6db8d 100644
--- a/pkgs/development/ocaml-modules/ctypes/default.nix
+++ b/pkgs/development/ocaml-modules/ctypes/default.nix
@@ -4,6 +4,8 @@ buildOcaml rec {
   name = "ctypes";
   version = "0.4.1";
 
+  minimumSupportedOcamlVersion = "4";
+
   src = fetchurl {
     url = "https://github.com/ocamllabs/ocaml-ctypes/archive/${version}.tar.gz";
     sha256 = "74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5";