Fixes ocamlscript

This commit is contained in:
Vincent Laporte
2014-11-08 14:28:38 +00:00
parent cf4a976ced
commit aa2fd47e9d
2 changed files with 46 additions and 1 deletions
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
sha256 = "1v1i24gijxwris8w4hi95r9swld6dm7jbry0zp72767a3g5ivlrd";
};
buildInputs = [ ocaml findlib camlp4 ];
propagatedBuildInputs = [ ocaml findlib camlp4 ];
patches = [ ./Makefile.patch ];