all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75300@debbugs.gnu.org
Cc: Andreas Enge <andreas@enge.fr>, Nicolas Goaziou <guix@nicolasgoaziou.fr>
Subject: [bug#75300] [PATCH] import: texlive: Use downstream-package-name.
Date: Thu,  2 Jan 2025 20:59:16 +0100	[thread overview]
Message-ID: <8898c1a2f5ca89eaef707b3bc7c71f01305fe5a8.1735847940.git.herman@rimm.ee> (raw)

* 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





             reply	other threads:[~2025-01-02 20:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-02 19:59 Herman Rimm via Guix-patches via [this message]
2025-01-06 14:59 ` bug#75300: [PATCH] import: texlive: Use downstream-package-name Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8898c1a2f5ca89eaef707b3bc7c71f01305fe5a8.1735847940.git.herman@rimm.ee \
    --to=guix-patches@gnu.org \
    --cc=75300@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=guix@nicolasgoaziou.fr \
    --cc=herman@rimm.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.