all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou via Guix-patches via <guix-patches@gnu.org>
To: 71859@debbugs.gnu.org
Cc: Nicolas Goaziou <mail@nicolasgoaziou.fr>,
	Nicolas Goaziou <mail@nicolasgoaziou.fr>,
	Andreas Enge <andreas@enge.fr>
Subject: [bug#71859] [core-updates 2/3] gnu: texlive-kpathsea: Enable all format configurations.
Date: Sun, 30 Jun 2024 18:46:17 +0200	[thread overview]
Message-ID: <88f98b14444f534697988c78a8e55fcad2f81ada.1719765328.git.mail@nicolasgoaziou.fr> (raw)
In-Reply-To: <4715acf0bab3b155770f9fe54b5e126bfc21a363.1719765328.git.mail@nicolasgoaziou.fr>

* gnu/packages/tex.scm (texlive-kpathsea)[arguments]<#:phases>: Allow
generating all formats provided in TeX Live.

Change-Id: Ibe29eb643ee27bc4223868a76acfa4f0cfc1f74e
---
 gnu/packages/tex.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2c25949637..e6914e5ced 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -58100,7 +58100,11 @@ (define-public texlive-kpathsea
                                "web2c/mktexupd")
                   (("^version=" m)
                    (format #false "PATH=\"~{~a:~}$PATH\"; export PATH~%~a"
-                           dirs m)))))))))
+                           dirs m))))))
+          (add-after 'unpack 'enable-all-configurations
+            (lambda _
+              (substitute* "web2c/fmtutil.cnf"
+                (("^#! ") "")))))))
     (inputs (list gawk sed))
     (propagated-inputs (list texlive-libkpathsea)) ;for the executables
     (home-page "https://ctan.org/pkg/kpathsea")
-- 
2.45.2







  reply	other threads:[~2024-06-30 16:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-30 16:36 [bug#71859] [core-updates 1/3] gnu: texlive-mflua-bin: Also install "-nowin" binaries Nicolas Goaziou via Guix-patches via
2024-06-30 16:46 ` Nicolas Goaziou via Guix-patches via [this message]
2024-06-30 16:46 ` [bug#71859] [core-updates 3/3] gnu: texlive-luahbtex: Generate missing "luahbtex.fmt" Nicolas Goaziou via Guix-patches via

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=88f98b14444f534697988c78a8e55fcad2f81ada.1719765328.git.mail@nicolasgoaziou.fr \
    --to=guix-patches@gnu.org \
    --cc=71859@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=mail@nicolasgoaziou.fr \
    /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.