1 {stdenv, lib, fetchurl}:
6 sha256 = "99ff58080ed154cc4bd70f915fe4760dffb026a1c0447caa0b3bdb982b24b0a8";
8 in stdenv.mkDerivation {
13 url = "https://bitbucket.org/mmottl/ocaml-makefile/downloads/ocaml-makefile-${version}.tar.gz";
18 mkdir -p "$out/include/"
19 cp OCamlMakefile "$out/include/"
22 setupHook = ./setup-hook.sh;
25 homepage = "http://www.ocaml.info/home/ocaml_sources.html";
26 description = "Generic OCaml Makefile for GNU Make";
28 platforms = lib.platforms.unix;