all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75300] [PATCH] import: texlive: Use downstream-package-name.
@ 2025-01-02 19:59 Herman Rimm via Guix-patches via
  2025-01-06 14:59 ` bug#75300: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Herman Rimm via Guix-patches via @ 2025-01-02 19:59 UTC (permalink / raw)
  To: 75300; +Cc: Andreas Enge, Nicolas Goaziou

* guix/import/texlive.scm (texlive-recursive-import): Use
downstream-package-name.

Change-Id: Ic4ce685e8fc36f0b72797d3ce2d5bc89fc17b7ea
---
 guix/import/texlive.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm
index 8e67d11c69f..c11016853aa 100644
--- a/guix/import/texlive.scm
+++ b/guix/import/texlive.scm
@@ -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.

base-commit: 5d7455bb580eed41a4fa7c20b71eaccad9f49e73
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#75300: [PATCH] import: texlive: Use downstream-package-name.
  2025-01-02 19:59 [bug#75300] [PATCH] import: texlive: Use downstream-package-name Herman Rimm via Guix-patches via
@ 2025-01-06 14:59 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2025-01-06 14:59 UTC (permalink / raw)
  To: Herman Rimm; +Cc: Nicolas Goaziou, Andreas Enge, 75300-done

Herman Rimm <herman@rimm.ee> skribis:

> * guix/import/texlive.scm (texlive-recursive-import): Use
> downstream-package-name.
>
> Change-Id: Ic4ce685e8fc36f0b72797d3ce2d5bc89fc17b7ea

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-06 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-02 19:59 [bug#75300] [PATCH] import: texlive: Use downstream-package-name Herman Rimm via Guix-patches via
2025-01-06 14:59 ` bug#75300: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.