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
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
gluten
/
lwt-unix.nix
blob
c3a360322a14a5430b703fb5f6e7fb1c78350297
1
{ buildDunePackage
2
, faraday-lwt-unix
3
, gluten
4
, gluten-lwt
5
, lwt_ssl
6
}:
7
8
buildDunePackage rec {
9
pname = "gluten-lwt-unix";
10
inherit (gluten) doCheck meta src version;
11
12
propagatedBuildInputs = [
13
faraday-lwt-unix
14
gluten-lwt
15
lwt_ssl
16
];
17
}