import: texlive: Update error message.
We aren't downloading anything. * guix/scripts/import/texlive.scm (guix-import-texlive): Update error message.
This commit is contained in:
parent
18bd4d12d7
commit
d118b3a5a6
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2017, 2021 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2017, 2021, 2022 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
|
@ -81,7 +81,7 @@ (define (parse-options)
|
|||
((name)
|
||||
(let ((sexp (texlive->guix-package name)))
|
||||
(unless sexp
|
||||
(leave (G_ "failed to download description for package '~a'~%")
|
||||
(leave (G_ "failed to import package '~a'~%")
|
||||
name))
|
||||
sexp))
|
||||
(()
|
||||
|
|
Loading…
Reference in a new issue