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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
gluten
/
lwt-unix.nix
blob
f3986b05135556c5b6c19c2ade035a8288de32e8
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 useDune2 version;
11
12
propagatedBuildInputs = [
13
faraday-lwt-unix
14
gluten-lwt
15
lwt_ssl
16
];
17
}