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

Cant install certain hybrid packages #747

Closed
SolitudeSF opened this issue Dec 4, 2019 · 3 comments
Closed

Cant install certain hybrid packages #747

SolitudeSF opened this issue Dec 4, 2019 · 3 comments

Comments

@SolitudeSF
Copy link
Contributor

Any hybrid package with structure of

srcDir/pkgname/...
srcDir/pkgname.nim

will fail to install with Error: unhandled exception: Is a directory [OSError] since it tries to put extensionless binary in the same directory as library component of the package.

@genotrance
Copy link
Contributor

Both choosenim and nimble use a pkg extension to avoid this: src/choosenimpkg and src/nimblepkg.

What's could be considered as a fix for this?

@SolitudeSF
Copy link
Contributor Author

placing binaries in separate folder? placing them into bin directly instead of symlinks? idk

@genotrance
Copy link
Contributor

Dup of #308, closing.

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

2 participants