mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
import: opam: Warn instead of leave when fetching fails.
* guix/import/opam.scm (opam-featch): Warn instead of leave when fetching fails. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
42070c199a
commit
b5d51bb19e
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ (define* (opam-fetch name #:optional (repositories-specs '("opam")))
|
|||
(_ others)))
|
||||
#f
|
||||
(filter-map get-opam-repository repositories-specs))
|
||||
(leave (G_ "package '~a' not found~%") name)))
|
||||
(warning (G_ "opam: package '~a' not found~%") name)))
|
||||
|
||||
(define* (opam->guix-package name #:key (repo '()) version)
|
||||
"Import OPAM package NAME from REPOSITORIES (a list of names, URLs or local
|
||||
|
|
Loading…
Reference in a new issue