mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
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:
parent
18bd4d12d7
commit
d118b3a5a6
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
(()
|
(()
|
||||||
|
|
Loading…
Add table
Reference in a new issue