ocaml-ctypes: requires OCaml >= 4
This commit is contained in:
parent
19bcba1fd4
commit
a222473b06
@ -4,6 +4,8 @@ buildOcaml rec {
|
|||||||
name = "ctypes";
|
name = "ctypes";
|
||||||
version = "0.4.1";
|
version = "0.4.1";
|
||||||
|
|
||||||
|
minimumSupportedOcamlVersion = "4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ocamllabs/ocaml-ctypes/archive/${version}.tar.gz";
|
url = "https://github.com/ocamllabs/ocaml-ctypes/archive/${version}.tar.gz";
|
||||||
sha256 = "74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5";
|
sha256 = "74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user