rekado pushed a commit to branch master
in repository guix.
commit d118b3a5a6cc150305629726eb75db10a5bd7a1b
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Jan 10 12:44:34 2022 +0100
import: texlive: Update error message.
We aren't downloading anything.
* guix/scripts/import/texlive.scm (guix-import-texlive): Update error
message.
---
guix/scripts/import/texlive.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/scripts/import/texlive.scm b/guix/scripts/import/texlive.scm
index 4aeaa79eef..c5dcc07ea1 100644
--- a/guix/scripts/import/texlive.scm
+++ b/guix/scripts/import/texlive.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2021 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2017, 2021, 2022 Ricardo Wurmus <[email protected]>
;;; Copyright © 2021 Sarah Morgensen <[email protected]>
;;;
;;; This file is part of GNU Guix.
@@ -81,7 +81,7 @@ Import and convert the Texlive package for PACKAGE-NAME.\n"))
((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))
(()