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

Fix build on Darwin (closes #1) #2

Closed
wants to merge 1 commit into from
Closed

Conversation

kaii-zen
Copy link

That fixed the build for me. I don't think it's likely that this would break the build on Linux but you never know. I also haven't tested that the built library actually works. Still figuring out how to configure nix to use that :)

@kaii-zen kaii-zen changed the title Fix build on Darwin Fix build on Darwin (closes #1) Mar 29, 2018
@kaii-zen kaii-zen mentioned this pull request Mar 29, 2018
@shlevy
Copy link
Owner

shlevy commented Mar 30, 2018

Thanks! I have some general fixups I want to do, I'll take a look at this all together this weekend.

@kaii-zen
Copy link
Author

Ok looks like something is still off.
In nix repl, builtins."com.shealevy.nix-plugins.extraBuiltins" (is that how it's intended to be? kinda awkward to have to quote it like this...) returns null.
builtins."com.shealevy.nix-plugins.nix-cflags" does work.
nix-daemon crashes on startup (SIGABRT)

@shlevy shlevy closed this in 54bd0a2 Apr 9, 2018
@shlevy
Copy link
Owner

shlevy commented Apr 9, 2018

It is expected that extraBuiltins is null if you didn't define any extra builtins... But the SIGABRT definitely isn't 😱

Also, removed the namespacing in the latest version.

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

Successfully merging this pull request may close these issues.

None yet

2 participants