summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* import: elpa: Fetch MELPA packages with a stable git-reference.series-3197Carlo Zancanaro2020-03-18
* guix/import/elpa.scm (default-files-spec): New variable. (download-git-repository, package-name->melpa-recipe, file-hash, vcs-file?, git-repository->origin, melpa-recipe->origin, melpa-recipe->maybe-arguments): New procedures. (elpa-package->sexp): Add optional repo argument, and use it to determine whether to attempt to construct a source using the MELPA recipe. (elpa->guix-package): Pass repo to elpa-package->sexp.