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

(el-get-bundle elpa:magit) fails to resolve correct dependencies #2859

Open
d4gg4d opened this issue Jan 9, 2022 · 0 comments
Open

(el-get-bundle elpa:magit) fails to resolve correct dependencies #2859

d4gg4d opened this issue Jan 9, 2022 · 0 comments

Comments

@d4gg4d
Copy link

d4gg4d commented Jan 9, 2022

Observed behavior

Noticed that when trying

(el-get-bundle magit :type elpa)

Resolves to .status.el line

...
(magit status "installed" recipe
	(:name magit :type elpa :depends
	       (with-editor transient dash))
...

Which misses the dependencies of git-commit and magit-section (see melpa). This causes the magit to fail in the beginning of its usage to message of failure to load magit-section, file not found.

Expected behavior

el-get should resolve correct dependencies for the package.

Workaround

Add following modules manually.

(el-get-bundle elpa:magit-section)
(el-get-bundle elpa:git-commit)
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

1 participant