mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
guix: texlive importer: Fix recursive calls.
* guix/import/texlive.scm (texlive-recursive-import): Make sure #:guix-name value accepts only one argument. Change-Id: Ie3c7f7cee7860e0d926ba95a708f16e147f4d550
This commit is contained in:
parent
df887f679f
commit
af54888314
1 changed files with 1 additions and 1 deletions
|
@ -777,7 +777,7 @@ VERSION."
|
|||
#:repo repo
|
||||
#:version version
|
||||
#:repo->guix-package texlive->guix-package
|
||||
#:guix-name downstream-package-name))
|
||||
#:guix-name (cut downstream-package-name "texlive-" <>)))
|
||||
|
||||
;;;
|
||||
;;; Updates.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue