ocamlPackages.erm_xmpp: 0.3+20180112 -> 0.3+20200317
This commit is contained in:
parent
b61999e4ad
commit
4e0a6294a3
@ -1,20 +1,20 @@
|
|||||||
{ stdenv, fetchFromGitHub, ocaml, findlib, camlp4, ocamlbuild
|
{ stdenv, fetchFromGitHub, ocaml, findlib, camlp4, ocamlbuild
|
||||||
, erm_xml, nocrypto
|
, erm_xml, mirage-crypto, mirage-crypto-rng, base64
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.3+20180112";
|
version = "0.3+20200317";
|
||||||
name = "ocaml${ocaml.version}-erm_xmpp-${version}";
|
name = "ocaml${ocaml.version}-erm_xmpp-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hannesm";
|
owner = "hannesm";
|
||||||
repo = "xmpp";
|
repo = "xmpp";
|
||||||
rev = "184dc70fab7d46d09b9148ca4448f07f1e0a2df2";
|
rev = "7fa5bea252671fd88625c6af109998b879ca564f";
|
||||||
sha256 = "1dsqsfacvd9xqsqjzh6xwbnf2mv1dvhy210riyvjd260q085ch6n";
|
sha256 = "0spzyd9kbyizzwl8y3mq8z19zlkzxnkh2fppry4lyc7vaw7bqrwq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild camlp4 ];
|
buildInputs = [ ocaml findlib ocamlbuild camlp4 ];
|
||||||
propagatedBuildInputs = [ erm_xml nocrypto ];
|
propagatedBuildInputs = [ erm_xml mirage-crypto mirage-crypto-rng base64 ];
|
||||||
|
|
||||||
configurePhase = "ocaml setup.ml -configure --prefix $out";
|
configurePhase = "ocaml setup.ml -configure --prefix $out";
|
||||||
buildPhase = "ocaml setup.ml -build";
|
buildPhase = "ocaml setup.ml -build";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user