mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ path to the repository."
|
|||
(_ 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