summaryrefslogtreecommitdiff
path: root/guix/scripts/import/texlive.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-01-10 12:44:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-01-10 12:47:01 +0100
commitd118b3a5a6cc150305629726eb75db10a5bd7a1b (patch)
treed276baf68d76457cf7a08e5fa136ed9cf964f10d /guix/scripts/import/texlive.scm
parent18bd4d12d70bae24b5a2f60bbb97cf1562f12a2c (diff)
downloadguix-patches-d118b3a5a6cc150305629726eb75db10a5bd7a1b.tar
guix-patches-d118b3a5a6cc150305629726eb75db10a5bd7a1b.tar.gz
import: texlive: Update error message.
We aren't downloading anything. * guix/scripts/import/texlive.scm (guix-import-texlive): Update error message.
Diffstat (limited to 'guix/scripts/import/texlive.scm')
-rw-r--r--guix/scripts/import/texlive.scm4
1 files 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 <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 @@ 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))
(()