diff options
author | Herman Rimm <[email protected]> | 2025-01-02 20:59:16 +0100 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2025-01-06 15:59:21 +0100 |
commit | c62d5e77e7c8fab0f1305432965a5e87af908aa1 (patch) | |
tree | 635bb836e2c578378fa232522b6ae18f1f9f5f26 | |
parent | 7a04ed4354458185ba066094bb82c170127281db (diff) |
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 <[email protected]>
-rw-r--r-- | guix/import/texlive.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm index 8e67d11c69..c11016853a 100644 --- a/guix/import/texlive.scm +++ b/guix/import/texlive.scm @@ -769,7 +769,7 @@ VERSION." #:repo repo #:version version #:repo->guix-package texlive->guix-package - #:guix-name guix-name)) + #:guix-name downstream-package-name)) ;;; ;;; Updates. |