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
1
-
{ lib, buildDunePackage, async, async_ssl, ppx_sexp_conv, ppx_here, uri, conduit
1
1
+
{ lib, buildDunePackage, async, async_ssl ? null, ppx_sexp_conv, ppx_here, uri, conduit
2
2
, core, ipaddr, ipaddr-sexp, sexplib
3
3
}:
4
4
-12
pkgs/development/ocaml-modules/janestreet/0.12.nix
···
377
377
propagatedBuildInputs = [ async_extra textutils ];
378
378
};
379
379
380
380
-
async_ssl = janePackage {
381
381
-
pname = "async_ssl";
382
382
-
hash = "02ard8x5q5c42d9jdqmyzfx624yjq8cxxmvq3zb82hf6p8cc57ml";
383
383
-
meta = {
384
384
-
description = "An Async-pipe-based interface with OpenSSL";
385
385
-
# ctypes no longer works with dune 1
386
386
-
# dune 2 no longer supports jbuild
387
387
-
broken = true;
388
388
-
};
389
389
-
propagatedBuildInputs = [ async ctypes openssl ];
390
390
-
};
391
391
-
392
380
async_find = janePackage {
393
381
pname = "async_find";
394
382
hash = "0qsz9f15s5rlk6za10s810v6nlkdxg2g9p1827lcpa7nhjcpi673";
-12
pkgs/development/ocaml-modules/janestreet/default.nix
···
413
413
meta.description = "Shell helpers for Async";
414
414
};
415
415
416
416
-
async_ssl = janePackage {
417
417
-
pname = "async_ssl";
418
418
-
hash = "1p83fzfla4rb820irdrz3f2hp8kq5zrhw47rqmfv6qydlca1bq64";
419
419
-
propagatedBuildInputs = [ async ctypes openssl ];
420
420
-
meta = {
421
421
-
description = "Async wrappers for SSL";
422
422
-
# ctypes no longer works with dune 1
423
423
-
# dune 2 no longer supports jbuild
424
424
-
broken = true;
425
425
-
};
426
426
-
};
427
427
-
428
416
sexp_pretty = janePackage {
429
417
pname = "sexp_pretty";
430
418
hash = "0xskahjggbwvvb82fn0jp1didxbgpmgks76xhwp9s3vqkhgz6918";