-
-
Notifications
You must be signed in to change notification settings - Fork 158
FromCabal.Name: more libNixName mappings #664
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
Conversation
|
I'm not exactly sure how |
|
@wolfgangwalther manually. The data file is also duplicated with You can find it here: NixOS/nixpkgs#216488. If I remember correctly, it is basically finished, I just ran out of steam adding the missing |
roberth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not the most detailed mapping here, but lgtm.
| libNixName "libbrotlienc" = return "brotli" | ||
| libNixName "libbrotlidec" = return "brotli" | ||
| libNixName "libcurl" = return "curl" | ||
| libNixName "libglog" = return "glog" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has libglog.so file, but no pkgconfig/*.pc
| libNixName "libzip" = return "libzip" | ||
| libNixName "libzmq" = return "zeromq" | ||
| libNixName "liquid" = return "liquid-dsp" | ||
| libNixName "llama" = return "llama-cpp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has llama.so file and pkgconfig/llama.pc
Unclear whether that should be a goal, or some other solution is to be preferred. |
|
I'm co-responsible for the |
|
I guess you should not allow overriding modules, but instead resolved packages only (which is annoying in other situations though). |
|
Something better could be created, but the interesting stuff won't happen within the broad |
No description provided.