lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.mirage-channel: fix tests with alcotest 1.4.0

authored by

Vincent Laporte and committed by
Vincent Laporte
9b064d75 07e185c5

+5
+5
pkgs/development/ocaml-modules/mirage-channel/default.nix
··· 14 14 sha256 = "0wmb2zhiyp8n78xgcspcsyd19bhcml3kyli2caw3778wc1gyvfpc"; 15 15 }; 16 16 17 + # Make tests compatible with alcotest 1.4.0 18 + postPatch = '' 19 + substituteInPlace test/test_channel.ml --replace 'Fmt.kstrf Alcotest.fail' 'Fmt.kstrf (fun s -> Alcotest.fail s)' 20 + ''; 21 + 17 22 propagatedBuildInputs = [ cstruct logs lwt mirage-flow ]; 18 23 19 24 doCheck = true;