Skip to content
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

Splitting out Linux.Socket #12

Open
jhenahan opened this issue Dec 3, 2020 · 2 comments
Open

Splitting out Linux.Socket #12

jhenahan opened this issue Dec 3, 2020 · 2 comments

Comments

@jhenahan
Copy link

jhenahan commented Dec 3, 2020

How much of a lift do you reckon it'd be to split Linux.Socket out and how can I help? :) I'd love to be able to use sockets in Nix projects, but I mainly develop on macOS and the systemd dependency makes that a no-go.

@andrewthad
Copy link
Member

It’s not difficult to move it out. I intentionally put all of the Linux-specific stuff in its own modules so that I could just move those to a different library if this ever needed to be built on a non-Linux system.

I’ll refactor this soon.

@sternenseemann
Copy link

Making the systemd extra-libraries dependency conditional would be great in the same step!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants