File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
development/ocaml-modules/httpun-ws Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ buildDunePackage ,
4+ lwt ,
5+ digestif ,
6+ httpun-ws ,
7+ gluten-lwt ,
8+ } :
9+
10+ buildDunePackage {
11+ pname = "httpun-ws-lwt" ;
12+
13+ inherit ( httpun-ws ) src version ;
14+
15+ propagatedBuildInputs = [
16+ httpun-ws
17+ lwt
18+ digestif
19+ gluten-lwt
20+ ] ;
21+
22+ doCheck = true ;
23+
24+ meta = httpun-ws . meta // {
25+ description = "Lwt support for httpun-ws" ;
26+ } ;
27+ }
Original file line number Diff line number Diff line change 705705
706706 httpun-ws = callPackage ../development/ocaml-modules/httpun-ws { } ;
707707
708+ httpun-ws-lwt = callPackage ../development/ocaml-modules/httpun-ws/lwt.nix { } ;
708709 hxd = callPackage ../development/ocaml-modules/hxd { } ;
709710
710711 ### I ###
You can’t perform that action at this time.
0 commit comments