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

Potential package name mismatch problem #18

Open
lenianiva opened this issue Oct 28, 2024 · 0 comments
Open

Potential package name mismatch problem #18

lenianiva opened this issue Oct 28, 2024 · 0 comments
Assignees
Labels
help wanted Extra attention is needed part/lake2nix Reading dependencies and building

Comments

@lenianiva
Copy link
Owner

lenianiva commented Oct 28, 2024

If a package Locomotive depends on a package Pantograph, Currently lake.nix will guess the root file of Pantograph from its name field in pantograph/lake-manifest.json

    roots = if builtins.isNull roots then [ (capitalize manifest.name) ] else roots;

This may be a problem if the manifest's name is different from the library target name, but so far I have not been able to find an example in the wild.

@lenianiva lenianiva added help wanted Extra attention is needed part/lake2nix Reading dependencies and building labels Oct 28, 2024
@lenianiva lenianiva self-assigned this Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed part/lake2nix Reading dependencies and building
Projects
None yet
Development

No branches or pull requests

1 participant