mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
import: texlive: Use downstream-package-name.
* guix/import/texlive.scm (texlive-recursive-import): Use downstream-package-name. Change-Id: Ic4ce685e8fc36f0b72797d3ce2d5bc89fc17b7ea Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7a04ed4354
commit
c62d5e77e7
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ (define* (texlive-recursive-import name #:key repo version)
|
|||
#:repo repo
|
||||
#:version version
|
||||
#:repo->guix-package texlive->guix-package
|
||||
#:guix-name guix-name))
|
||||
#:guix-name downstream-package-name))
|
||||
|
||||
;;;
|
||||
;;; Updates.
|
||||
|
|
Loading…
Reference in a new issue