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>, Andreas Enge <andreas@enge.fr>
Subject: [bug#71859] [core-updates 1/3] gnu: texlive-mflua-bin: Also install "-nowin" binaries.
Date: Sun, 30 Jun 2024 18:36:02 +0200	[thread overview]
Message-ID: <4715acf0bab3b155770f9fe54b5e126bfc21a363.1719765328.git.mail@nicolasgoaziou.fr> (raw)

* gnu/packages/tex.scm (texlive-mflua-bin)[arguments]<#:phases>: Also generate
and install "mfluajit-nowin" and "mflua-nowin" binaries.

Change-Id: I552340b991f0c46b317a04388aa4e62cddb25146
---
 gnu/packages/tex.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e309839a42..2c25949637 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -48693,7 +48693,9 @@ (define-public texlive-mflua-bin
                          (lambda _
                            (with-directory-excursion "texk/web2c"
                              (invoke "make" "mfluajit")
-                             (install-file ".libs/mfluajit" bin))))))
+                             (invoke "make" "mfluajit-nowin")
+                             (install-file ".libs/mfluajit" bin)
+                             (install-file ".libs/mfluajit-nowin" bin))))))
               (add-after 'unpack 'force-lua53-build
                 (lambda _
                   (substitute* "libs/configure"
@@ -48702,7 +48704,9 @@ (define-public texlive-mflua-bin
                 (lambda _
                   (with-directory-excursion "texk/web2c"
                     (invoke "make" "mflua")
-                    (install-file ".libs/mflua" bin)))))))))
+                    (invoke "make" "mflua-nowin")
+                    (install-file ".libs/mflua" bin)
+                    (install-file ".libs/mflua-nowin" bin)))))))))
     (native-inputs (list pkg-config))
     (inputs (modify-inputs (package-inputs texlive-bin)
               (append potrace)))

base-commit: 75b4a29e12011ae3d1814932591e80dcb0b80aae
-- 
2.45.2







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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-30 16:36 Nicolas Goaziou via Guix-patches via [this message]
2024-06-30 16:46 ` [bug#71859] [core-updates 2/3] gnu: texlive-kpathsea: Enable all format configurations Nicolas Goaziou via Guix-patches via
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=4715acf0bab3b155770f9fe54b5e126bfc21a363.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.