all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon South <simon@simonsouth.net>
To: 53454@debbugs.gnu.org
Subject: [bug#53454] [PATCH core-updates v2 0/2] gnu: texlive-psnfss: Fix build; add "doc" output.
Date: Sat, 22 Jan 2022 18:19:22 -0500	[thread overview]
Message-ID: <cover.1642892611.git.simon@simonsouth.net> (raw)
In-Reply-To: <cover.1642877796.git.simon@simonsouth.net>

Here's v2 of this fix for the texlive-psnfss package.  This version omits the
trailing "#t" from phases, based on Maxime's feedback, and adds a commit that
removes the "#t" from the existing "chdir" phase.  Other than a small tweak to
the commit message in the second patch everything else is unchanged from v1.

Here's the original description:

This patch fixes the texlive-psnfss package, adding a number of missing files
as well as a "doc" output with the package's PDF documentation.

The current texlive-psnfss package is clearly incomplete: It contains only the
package's source and its generated .sty files, the latter of which are
actually included twice.  Mostly this is due to the package definition not
chdir'ing back out of a work directory before the "copy-files" phase runs.

This patch adds the missing installation steps, which include arranging files
in the output to match the instructions in the package's README file.[0]

I've tested this as best I can: The package and its immediate dependencies[1]
build fine on both x86-64 and AArch64, and the updated package now works as
expected with the TeX source I'm using.

[0] https://ctan.math.ca/tex-archive/macros/latex/required/psnfss/README
[1] texlive-base, texlive-charter and texlive-tiny.

--
Simon South
simon@simonsouth.net


Simon South (2):
  gnu: texlive-psnfss: Do not return #t from custom phase.
  gnu: texlive-psnfss: Fix build; add "doc" output.

 gnu/packages/tex.scm | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)


base-commit: 80194d9e47f9f50602a5a97ecd33fb9a95dfe03d
-- 
2.34.0





  parent reply	other threads:[~2022-01-22 23:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-22 19:24 [bug#53454] [PATCH core-updates 0/1] gnu: texlive-psnfss: Fix build; add "doc" output Simon South
2022-01-22 19:28 ` [bug#53454] [PATCH core-updates 1/1] " Simon South
2022-01-22 19:35   ` Maxime Devos
2022-01-22 23:19 ` Simon South [this message]
2022-01-22 23:19   ` [bug#53454] [PATCH core-updates v2 1/2] gnu: texlive-psnfss: Do not return #t from custom phase Simon South
2022-01-22 23:19   ` [bug#53454] [PATCH core-updates v2 2/2] gnu: texlive-psnfss: Fix build; add "doc" output Simon South
2022-03-28 10:04   ` bug#53454: [PATCH core-updates 0/1] " 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=cover.1642892611.git.simon@simonsouth.net \
    --to=simon@simonsouth.net \
    --cc=53454@debbugs.gnu.org \
    /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.