acgtk: 1.5.0 → 1.5.1 (#81539)
Co-authored-by: Jon <jonringer@users.noreply.github.com>
This commit is contained in:
parent
d0e0acadbb
commit
dcfccdfc33
@ -2,15 +2,16 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "acgtk-1.5.0";
|
pname = "acgtk";
|
||||||
|
version = "1.5.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://calligramme.loria.fr/acg/software/acg-1.5.0-20181019.tar.gz;
|
url = https://acg.loria.fr/software/acg-1.5.1-20191113.tar.gz;
|
||||||
sha256 = "14n003gxzw5w79hlpw1ja4nq97jqf9zqyg00ihvpxw4bv9jlm8jm";
|
sha256 = "17595qfwhzz5q091ak6i6bg5wlppbn8zfn58x3hmmmjvx2yfajn1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dune ] ++ (with ocamlPackages; [
|
buildInputs = [ dune ] ++ (with ocamlPackages; [
|
||||||
ocaml findlib ansiterminal cairo2 fmt logs menhir mtime ocf
|
ocaml findlib ansiterminal cairo2 cmdliner fmt logs menhir mtime yojson
|
||||||
]);
|
]);
|
||||||
|
|
||||||
buildPhase = "dune build";
|
buildPhase = "dune build";
|
||||||
@ -18,7 +19,7 @@ stdenv.mkDerivation {
|
|||||||
inherit (dune) installPhase;
|
inherit (dune) installPhase;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://calligramme.loria.fr/acg/;
|
homepage = https://acg.loria.fr/;
|
||||||
description = "A toolkit for developing ACG signatures and lexicon";
|
description = "A toolkit for developing ACG signatures and lexicon";
|
||||||
license = licenses.cecill20;
|
license = licenses.cecill20;
|
||||||
inherit (ocamlPackages.ocaml.meta) platforms;
|
inherit (ocamlPackages.ocaml.meta) platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user