mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
ocamlPackages.riot: 0.0.5 -> 0.0.7
Diff: https://github.com/leostera/riot/compare/None...0.0.7 Changelog: https://github.com/leostera/riot/blob/0.0.7/CHANGES.md
This commit is contained in:
parent
5d34f071b5
commit
ec79a038c4
@ -1,8 +1,9 @@
|
||||
{ lib
|
||||
, bigstringaf
|
||||
, buildDunePackage
|
||||
, cstruct
|
||||
, fetchurl
|
||||
, iomux
|
||||
, mdx
|
||||
, poll
|
||||
, ptime
|
||||
, telemetry
|
||||
, uri
|
||||
@ -10,24 +11,29 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "riot";
|
||||
version = "0.0.5";
|
||||
version = "0.0.7";
|
||||
|
||||
minimalOCamlVersion = "5.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/leostera/riot/releases/download/${version}/riot-${version}.tbz";
|
||||
hash = "sha256-Abe4LMxlaxK3MVlg2d8X60aCuPGvaOn+4zFx/uH5z4g=";
|
||||
hash = "sha256-t+PMBh4rZXi82dUljv3nLzZX5o1iagBbQ9FfGnr/dp4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
bigstringaf
|
||||
iomux
|
||||
cstruct
|
||||
poll
|
||||
ptime
|
||||
telemetry
|
||||
uri
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
checkInputs = [
|
||||
mdx
|
||||
mdx.bin
|
||||
];
|
||||
|
||||
doCheck = false; # fails on sandbox
|
||||
|
||||
meta = {
|
||||
description = "An actor-model multi-core scheduler for OCaml 5";
|
||||
|
Loading…
Reference in New Issue
Block a user