15 stdenv.mkDerivation rec {
16 pname = "ocaml-augeas";
20 url = "https://people.redhat.com/~rjones/augeas/files/ocaml-augeas-0.6.tar.gz";
21 sha256 = "04bn62hqdka0658fgz0p0fil2fyic61i78plxvmni1yhmkfrkfla";
26 inherit pname version;
28 patch = "0001-Use-ocamlopt-g-option.patch";
29 hash = "sha256-EMd/EfWO2ni0AMonfS7G5FENpVVq0+q3gUPd4My+Upg=";
32 inherit pname version;
34 patch = "0002-caml_named_value-returns-const-value-pointer-in-OCam.patch";
35 hash = "sha256-Y53UHwrTVeV3hnsvABmWxlPi2Fanm0Iy1OR8Zql5Ub8=";
52 createFindlibDestdir = true;
55 homepage = "https://people.redhat.com/~rjones/augeas/";
56 description = "OCaml bindings for Augeas";
57 license = with licenses; lgpl21Plus;
58 platforms = with platforms; linux;