jackline: 2019-08-08 -> 2020-03-22
This commit is contained in:
parent
b5770e34ff
commit
081441122a
@ -1,22 +1,23 @@
|
|||||||
{ stdenv, fetchFromGitHub, ocamlPackages }:
|
{ stdenv, fetchFromGitHub, ocamlPackages }:
|
||||||
|
|
||||||
assert stdenv.lib.versionAtLeast ocamlPackages.ocaml.version "4.02.2";
|
assert stdenv.lib.versionAtLeast ocamlPackages.ocaml.version "4.07";
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "jackline";
|
pname = "jackline";
|
||||||
version = "2019-08-08";
|
version = "unstable-2020-03-22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hannesm";
|
owner = "hannesm";
|
||||||
repo = "jackline";
|
repo = "jackline";
|
||||||
rev = "b934594010a563ded9c0f436e3fab8f1cae29856";
|
rev = "52f84525c74c43e8d03fb1e6ff025ccb2699e4aa";
|
||||||
sha256 = "076h03jd970xlii90ax6kvgyq67g81gs30yvdzps366n7zzy3yfc";
|
sha256 = "0wir573ah1w16xzdn9rfwk3569zq4ff5frp0ywq70va4gdlb679c";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with ocamlPackages; [
|
buildInputs = with ocamlPackages; [
|
||||||
ocaml ocamlbuild findlib topkg ppx_sexp_conv
|
ocaml ocamlbuild findlib topkg ppx_sexp_conv ppx_deriving
|
||||||
erm_xmpp tls nocrypto x509 ocaml_lwt otr astring
|
erm_xmpp tls mirage-crypto mirage-crypto-pk x509 domain-name
|
||||||
ptime notty sexplib hex uutf
|
ocaml_lwt otr astring ptime mtime notty sexplib hex uutf
|
||||||
|
dns-client base64
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = "${ocamlPackages.topkg.run} build --pinned true";
|
buildPhase = "${ocamlPackages.topkg.run} build --pinned true";
|
||||||
@ -25,7 +26,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/hannesm/jackline";
|
homepage = "https://github.com/hannesm/jackline";
|
||||||
description = "Terminal-based XMPP client in OCaml";
|
description = "minimalistic secure XMPP client in OCaml";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ sternenseemann ];
|
maintainers = with maintainers; [ sternenseemann ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user