File tree Expand file tree Collapse file tree 3 files changed +15
-48
lines changed Expand file tree Collapse file tree 3 files changed +15
-48
lines changed Original file line number Diff line number Diff line change 15
15
- uses : cachix/install-nix-action@v30
16
16
with :
17
17
nix_path : nixpkgs=channel:nixos-unstable
18
- - run : nix develop -c dune build @runtest @check
18
+ - run : nix develop -c dune build --root=. @runtest @check
Original file line number Diff line number Diff line change 37
37
default = http ;
38
38
http = pkg {
39
39
pname = "http" ;
40
+ propagatedBuildInputs = [ ppx_expect ] ;
40
41
checkInputs = [ alcotest base_quickcheck ppx_expect crowbar ] ;
41
42
} ;
42
43
cohttp = pkg {
43
44
pname = "cohttp" ;
44
45
checkInputs = [ fmt alcotest ] ;
45
46
propagatedBuildInputs = [
46
- stringext http re uri uri-sexp logs sexplib0 ppx_sexp_conv
47
+ base64 stringext http re uri uri-sexp logs sexplib0 ppx_sexp_conv
47
48
] ;
48
49
} ;
49
50
cohttp-top = pkg {
56
57
} ;
57
58
cohttp-curl-lwt = pkg {
58
59
pname = "cohttp-curl-lwt" ;
59
- checkInputs = [ cohttp-lwt-unix cohttp cohttp-lwt conduit-lwt ounit2 uri ] ;
60
- propagatedBuildInputs = [ ocurl http stringext lwt ] ;
60
+ checkInputs = [ alcotest cohttp-lwt-unix cohttp cohttp-lwt conduit-lwt ounit2 uri ] ;
61
+ propagatedBuildInputs = [ ocurl cohttp-curl http stringext lwt ] ;
61
62
} ;
62
63
cohttp-curl-async = pkg {
63
64
pname = "cohttp-curl-async" ;
You can’t perform that action at this time.
0 commit comments