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

elpaca fails to install ddskk because ccc installed version (0) lower than min required 1.43 #222

Open
amano-kenji opened this issue Mar 2, 2024 · 1 comment

Comments

@amano-kenji
Copy link

amano-kenji commented Mar 2, 2024

Elpaca is not tolerant of version issues.

ddskk comes with ccc. That means ddskk should set ccc's version.

This is my workaround for this issue.

(use-package ccc
  :ensure (:version (lambda (_) "1.43")))
(use-package ddskk
  :config
  (setq skk-keep-record nil))
@telenieko
Copy link

I just had this same issue with notmuch and ol-notmuch.

I did

  (use-package notmuch
    :ensure (:version (lambda (_) "0.38")))
  (use-package ol-notmuch :ensure t :after notmuch)

But, could somebody explain me what the issue really is? I know notmuch is pulled from git so version is not really 0.38 but still don't understand why ol-notmuchfails while other packages have no problems?

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