-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SSL in ocamlPackage.conduit. #40552
Conversation
This also make |
@vbgl It seems that you are the maintainer of this package. |
Does it change anything? |
Before this change, if you call |
This change should go to |
I got confused by the if !stdenv.lib.versionAtLeast conduit-lwt.version "1.0"
then conduit-lwt
else
stdenv.mkDerivation rec { preamble. I never manage to read these things. And so I thought that this file was just something older. |
This makes it possible to run the example given at https://github.com/mirage/ocaml-cohttp#client-tutorial
db39b94
to
d621aff
Compare
Changed. |
@GrahamcOfBorg build ocamlPackages.cohttp-lwt-unix |
Success on x86_64-linux (full log) Attempted: ocamlPackages.cohttp-lwt-unix Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: ocamlPackages.cohttp-lwt-unix Partial log (click to expand)
|
The error on aarch64 is quite funny : |
Motivation for this change
This makes it possible to run the example given at https://github.com/mirage/ocaml-cohttp#client-tutorial
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)