mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
import: elpa: Standardize warning message.
* guix/import/elpa.scm (melpa-recipe->origin): Standardize warning message.
This commit is contained in:
parent
124b921a5e
commit
25f04945d9
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ (define (gitlab-repo->url repo)
|
|||
('gitlab (git-repository->origin recipe (gitlab-repo->url (assq-ref recipe ':repo))))
|
||||
('git (git-repository->origin recipe (assq-ref recipe ':url)))
|
||||
(#f #f) ; if we're not using melpa then this stops us printing a warning
|
||||
(_ (warning (G_ "Unsupported MELPA fetcher: ~a, falling back to unstable MELPA source.~%")
|
||||
(_ (warning (G_ "unsupported MELPA fetcher: ~a, falling back to unstable MELPA source~%")
|
||||
(assq-ref recipe ':fetcher))
|
||||
#f)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue