mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
import: elpa: Fix repo url for melpa git recipes.
* guix/import/elpa.scm (melpa-recipe->origin): Take repo location from :url for `git' :fetcher. Merges guix/guix!5631 Change-Id: I6a3a8cef52eda2e5c731b8ff7f38f17dc920e167 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
parent
aa6add1ca8
commit
1fc556b686
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ the package named PACKAGE-NAME."
|
|||
(string-append "https://github.com/" (assq-ref recipe ':repo))))
|
||||
('gitlab (recipe->origin
|
||||
(string-append "https://gitlab.com/" (assq-ref recipe ':repo))))
|
||||
('git (recipe->origin (assq-ref recipe ':repo)))
|
||||
('git (recipe->origin (assq-ref recipe ':url)))
|
||||
;; XXX: if we're not using melpa then this stops us printing a warning
|
||||
(#f #f)
|
||||
(_ (warning (G_ "\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue