Adds camlp4
Camlp4 is a software system for writing extensible parsers for programming languages. Camlp4 was part of the official OCaml distribution until its version 4.01.0. Homepage: https://github.com/ocaml/camlp4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, which, ocaml, findlib, camlzip, extlib}:
|
||||
{stdenv, fetchurl, which, ocaml, findlib, camlzip, extlib, camlp4}:
|
||||
let
|
||||
pname = "javalib";
|
||||
version = "2.3";
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1i8djcanzm250mwilm3jfy37cz0k0x7jbnrz8a5vvdi91kyzh52j";
|
||||
};
|
||||
|
||||
buildInputs = [ which ocaml findlib camlzip extlib ];
|
||||
buildInputs = [ which ocaml findlib camlp4 ];
|
||||
|
||||
patches = [ ./configure.sh.patch ./Makefile.config.example.patch ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user