repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fluffychat: 1.22.1 -> 1.23.0 (#364091)
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
resto
/
cohttp-client.nix
blob
df11a7b585aee3546a5f7c3f78a6ca96a67fc499
1
{
2
buildDunePackage,
3
resto,
4
resto-directory,
5
resto-cohttp,
6
uri,
7
lwt,
8
}:
9
10
buildDunePackage {
11
pname = "resto-cohttp-client";
12
inherit (resto)
13
src
14
version
15
meta
16
doCheck
17
;
18
duneVersion = "3";
19
20
propagatedBuildInputs = [
21
resto
22
resto-directory
23
resto-cohttp
24
uri
25
lwt
26
];
27
}