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
insync: 3.9.3.60019 -> 3.9.4.60020 (#363380)
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
gluten
/
lwt-unix.nix
blob
28f043d50c802febf7ad9a40c78ad7628d6cb4d3
1
{
2
buildDunePackage,
3
faraday-lwt-unix,
4
gluten,
5
gluten-lwt,
6
lwt_ssl,
7
}:
8
9
buildDunePackage rec {
10
pname = "gluten-lwt-unix";
11
inherit (gluten)
12
doCheck
13
meta
14
src
15
version
16
;
17
18
propagatedBuildInputs = [
19
faraday-lwt-unix
20
gluten-lwt
21
lwt_ssl
22
];
23
}