ocaml-bitstring: fix typo in Makefile

This commit is contained in:
Vincent Laporte
2015-09-01 06:43:37 +02:00
parent cfe12c7edd
commit e94ddc290d
3 changed files with 13 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ buildOcaml rec {
sha256 = "1lh97qf1b7mq64pxkphr2w91ri5hfwg58cpjb2xd8a453c9jylw4";
};
patches = [ ./camlp4-git.patch ./meta.patch ];
patches = [ ./camlp4-git.patch ./meta.patch ./srcdir.patch ];
buildInputs = [time autoconf automake];
doCheck = true;