From 1fc556b686d4f3a8f16e73a732dc3b867139c8cb Mon Sep 17 00:00:00 2001 From: Sergey Trofimov Date: Thu, 15 Jan 2026 07:36:38 +0100 Subject: [PATCH] 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 --- guix/import/elpa.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/import/elpa.scm b/guix/import/elpa.scm index e5b84bcc020..13c070c2e7f 100644 --- a/guix/import/elpa.scm +++ b/guix/import/elpa.scm @@ -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_ "\