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:
Ricardo Wurmus 2022-01-10 12:44:34 +01:00
parent 18bd4d12d7
commit d118b3a5a6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; 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> ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
@ -81,7 +81,7 @@ Import and convert the Texlive package for PACKAGE-NAME.\n"))
((name) ((name)
(let ((sexp (texlive->guix-package name))) (let ((sexp (texlive->guix-package name)))
(unless sexp (unless sexp
(leave (G_ "failed to download description for package '~a'~%") (leave (G_ "failed to import package '~a'~%")
name)) name))
sexp)) sexp))
(() (()