tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.async_ssl: remove broken
Vincent Laporte
2 years ago
971abff5
0fd3aa79
+1
-25
3 changed files
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
conduit
async.nix
janestreet
0.12.nix
default.nix
+1
-1
pkgs/development/ocaml-modules/conduit/async.nix
···
1
-
{ lib, buildDunePackage, async, async_ssl, ppx_sexp_conv, ppx_here, uri, conduit
2
, core, ipaddr, ipaddr-sexp, sexplib
3
}:
4
···
1
+
{ lib, buildDunePackage, async, async_ssl ? null, ppx_sexp_conv, ppx_here, uri, conduit
2
, core, ipaddr, ipaddr-sexp, sexplib
3
}:
4
-12
pkgs/development/ocaml-modules/janestreet/0.12.nix
···
377
propagatedBuildInputs = [ async_extra textutils ];
378
};
379
380
-
async_ssl = janePackage {
381
-
pname = "async_ssl";
382
-
hash = "02ard8x5q5c42d9jdqmyzfx624yjq8cxxmvq3zb82hf6p8cc57ml";
383
-
meta = {
384
-
description = "An Async-pipe-based interface with OpenSSL";
385
-
# ctypes no longer works with dune 1
386
-
# dune 2 no longer supports jbuild
387
-
broken = true;
388
-
};
389
-
propagatedBuildInputs = [ async ctypes openssl ];
390
-
};
391
-
392
async_find = janePackage {
393
pname = "async_find";
394
hash = "0qsz9f15s5rlk6za10s810v6nlkdxg2g9p1827lcpa7nhjcpi673";
···
377
propagatedBuildInputs = [ async_extra textutils ];
378
};
379
0
0
0
0
0
0
0
0
0
0
0
0
380
async_find = janePackage {
381
pname = "async_find";
382
hash = "0qsz9f15s5rlk6za10s810v6nlkdxg2g9p1827lcpa7nhjcpi673";
-12
pkgs/development/ocaml-modules/janestreet/default.nix
···
413
meta.description = "Shell helpers for Async";
414
};
415
416
-
async_ssl = janePackage {
417
-
pname = "async_ssl";
418
-
hash = "1p83fzfla4rb820irdrz3f2hp8kq5zrhw47rqmfv6qydlca1bq64";
419
-
propagatedBuildInputs = [ async ctypes openssl ];
420
-
meta = {
421
-
description = "Async wrappers for SSL";
422
-
# ctypes no longer works with dune 1
423
-
# dune 2 no longer supports jbuild
424
-
broken = true;
425
-
};
426
-
};
427
-
428
sexp_pretty = janePackage {
429
pname = "sexp_pretty";
430
hash = "0xskahjggbwvvb82fn0jp1didxbgpmgks76xhwp9s3vqkhgz6918";
···
413
meta.description = "Shell helpers for Async";
414
};
415
0
0
0
0
0
0
0
0
0
0
0
0
416
sexp_pretty = janePackage {
417
pname = "sexp_pretty";
418
hash = "0xskahjggbwvvb82fn0jp1didxbgpmgks76xhwp9s3vqkhgz6918";