js_of_ocaml: 2.5 -> 2.6
This commit is contained in:
parent
87f2c1dcc4
commit
44931d4293
@ -8,14 +8,3 @@
|
|||||||
|
|
||||||
####
|
####
|
||||||
|
|
||||||
--- old/Makefile 2014-09-30 16:40:37.000000000 +0200
|
|
||||||
+++ new/Makefile 2015-10-14 10:28:41.366815864 +0200
|
|
||||||
@@ -52,7 +52,7 @@
|
|
||||||
install-bin:
|
|
||||||
install -d -m 755 $(BINDIR)
|
|
||||||
install $(BIN) $(BINDIR)
|
|
||||||
- install $(TOOLS) $(BINDIR)
|
|
||||||
+ install $(TOOLS) $(BINDIR) || true
|
|
||||||
|
|
||||||
uninstall: uninstall-lib uninstall-bin
|
|
||||||
|
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
{stdenv, fetchurl, ocaml, findlib, ocaml_lwt, menhir, ocsigen_deriving, camlp4,
|
{stdenv, fetchurl, ocaml, findlib, ocaml_lwt, menhir, ocsigen_deriving, camlp4,
|
||||||
cmdliner, tyxml, reactivedata}:
|
cmdliner, tyxml, reactivedata, cppo, which, base64}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "js_of_ocaml-2.5";
|
name = "js_of_ocaml-2.6";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://github.com/ocsigen/js_of_ocaml/archive/2.5.tar.gz;
|
url = https://github.com/ocsigen/js_of_ocaml/archive/2.6.tar.gz;
|
||||||
sha256 = "1prm08nf8szmd3p13ysb0yx1cy6lr671bnwsp25iny8hfbs39sjv";
|
sha256 = "0q34lrn70dvz41m78bwgriyq6dxk97g8gcyg80nvxii4jp86dw61";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ocaml findlib menhir ocsigen_deriving
|
buildInputs = [ocaml findlib menhir ocsigen_deriving
|
||||||
cmdliner tyxml reactivedata];
|
cmdliner tyxml reactivedata cppo which base64];
|
||||||
propagatedBuildInputs = [ ocaml_lwt camlp4 ];
|
propagatedBuildInputs = [ ocaml_lwt camlp4 ];
|
||||||
|
|
||||||
patches = [ ./Makefile.conf.diff ];
|
patches = [ ./Makefile.conf.diff ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user