Skip to content

How can dependencies of recipes be specified? #70

@aspiwack

Description

@aspiwack

(I'm asking so, of course it's going to be in the documentation somewhere and I just failed to find it. So: apologies in advance)

I couldn't find in the documentation how to specify dependencies for Nix to use when building non-Melpa recipes.

Specifically, I have the following in my packages.el:

(package! elastic-indent
  :recipe (:type git :host github :repo "jyp/elastic-modes")
  :pin "c577e8921a4d9bd77742729707152bc557fae3e2"
  )

And The build fails with

Cannot open load file: No such file or directory, dash

I assume that this means that the dependency on Dash isn't declared in the Nix derivation corresponding to elastic-indent. But I don't know how to tell Nix-doom-emacs-unstraightened to pick up on this dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions