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

How to install with quelpa #8

Open
Allinaent opened this issue May 17, 2022 · 1 comment
Open

How to install with quelpa #8

Allinaent opened this issue May 17, 2022 · 1 comment

Comments

@Allinaent
Copy link

Allinaent commented May 17, 2022

I try this:

(quelpa
 '(pdf-tools :location (recipe
                      :fetcher github
                      :repo "dalanicolai/pdf-tools"
                      :branch "pdf-roll"
                      :files ("lisp/*.el"
                              "README"
                              ("build" "Makefile")
                              ("build" "server")
                              (:exclude "lisp/tablist.el" "lisp/tablist-filter.el")))) :upgrade t)
(quelpa
 '(image-roll :location (recipe
                       :fetcher github
                       :repo "dalanicolai/image-roll.el")) :upgrade t)

but start with error:
error: Failed to checkout ‘pdf-tools’: ‘Symbol’s function definition is void: quelpa-build--checkout-nil’

I'm a noob, pls more details.

@Allinaent Allinaent changed the title how to install with quelpa How to install with quelpa May 17, 2022
@dalanicolai
Copy link
Owner

dalanicolai commented May 17, 2022

Please wrap your code example between triple backticks to make it more readable.

From what I can find on the Melpa website, the :location keyword should not be used when using Quelpa.
I guess the following should work

(quelpa '(pdf-tools :fetcher github
                    :repo "dalanicolai/pdf-tools"
                    :branch "pdf-roll"
                    :files ("lisp/*.el"
                            "README"
                            ("build" "Makefile")
                            ("build" "server")
                            (:exclude "lisp/tablist.el" "lisp/tablist-filter.el"))))

and similar for image-roll.

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