guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: import: texlive: Update error message.


From: guix-commits
Subject: 02/07: import: texlive: Update error message.
Date: Mon, 10 Jan 2022 08:37:54 -0500 (EST)

rekado pushed a commit to branch wip-texlive
in repository guix.

commit 264667defa245d3c05b08d0643c4dbf371702b27
Author: Ricardo Wurmus <rekado@elephly.net>
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 <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))
       (()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]