ocamlPackages.io-page: 2.0.1 → 2.3.0
This commit is contained in:
parent
f4852591c1
commit
8852d537b2
@ -1,16 +1,19 @@
|
|||||||
{ stdenv, fetchzip, buildDunePackage, configurator, cstruct }:
|
{ stdenv, fetchurl, buildDunePackage, configurator, cstruct, bigarray-compat, ounit }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "io-page";
|
pname = "io-page";
|
||||||
version = "2.0.1";
|
version = "2.3.0";
|
||||||
|
|
||||||
src = fetchzip {
|
minimumOCamlVersion = "4.02.3";
|
||||||
url = "https://github.com/mirage/${pname}/archive/${version}.tar.gz";
|
|
||||||
sha256 = "1rw04dwrlx5hah5dkjf7d63iff82j9cifr8ifjis5pdwhgwcff8i";
|
src = fetchurl {
|
||||||
|
url = "https://github.com/mirage/${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
|
||||||
|
sha256 = "1hx27pwf419hrhwaw9cphbnl8akz8yy73hqj49l15g2k7shah1cn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ configurator ];
|
propagatedBuildInputs = [ cstruct bigarray-compat ];
|
||||||
propagatedBuildInputs = [ cstruct ];
|
checkInputs = [ ounit ];
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/mirage/io-page";
|
homepage = "https://github.com/mirage/io-page";
|
||||||
|
Loading…
Reference in New Issue
Block a user