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:
Nicolas Goaziou 2025-03-25 23:59:49 +01:00 committed by Andreas Enge
parent df887f679f
commit af54888314
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -777,7 +777,7 @@ VERSION."
#:repo repo #:repo repo
#:version version #:version version
#:repo->guix-package texlive->guix-package #:repo->guix-package texlive->guix-package
#:guix-name downstream-package-name)) #:guix-name (cut downstream-package-name "texlive-" <>)))
;;; ;;;
;;; Updates. ;;; Updates.