ocamlPackages.async_ssl: remove broken

+1 -25
+1 -1
pkgs/development/ocaml-modules/conduit/async.nix
··· 1 - { lib, buildDunePackage, async, async_ssl, ppx_sexp_conv, ppx_here, uri, conduit 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 - 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 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 - 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 416 sexp_pretty = janePackage { 429 417 pname = "sexp_pretty"; 430 418 hash = "0xskahjggbwvvb82fn0jp1didxbgpmgks76xhwp9s3vqkhgz6918";