From d118b3a5a6cc150305629726eb75db10a5bd7a1b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 10 Jan 2022 12:44:34 +0100 Subject: 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(-) (limited to 'guix') 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 +;;; Copyright © 2017, 2021, 2022 Ricardo Wurmus ;;; Copyright © 2021 Sarah Morgensen ;;; ;;; 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)) (() -- cgit v1.2.3