GNU bug report logs - #67660
[PATCH] gnu: texlive-xiften: Readd need input propagation

Previous Next

Package: guix-patches;

Reported by: Isaac van Bakel <isaac.vanbakel <at> inf.ethz.ch>

Date: Wed, 6 Dec 2023 14:57:01 UTC

Severity: normal

Tags: patch

Done: Steve George <steve <at> futurile.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Isaac van Bakel <isaac.vanbakel <at> inf.ethz.ch>
To: 67660 <at> debbugs.gnu.org
Cc: Isaac van Bakel <isaac.vanbakel <at> inf.ethz.ch>, Andreas Enge <andreas <at> enge.fr>, Ricardo Wurmus <rekado <at> elephly.net>
Subject: [bug#67660] [PATCH] gnu: texlive-xiften: Readd need input propagation
Date: Wed, 6 Dec 2023 15:01:01 +0100
 * gnu/packages/tex.scm (texlive-xfithen)[propagated-inputs]:
   Readd propagation of `texlive-ifmtarg` to fix usage of package.

Change-Id: I9e5e3cfa0fad3dc9fd3b4950eedf7443b254d2f1
---
This was removed as a "spurious" propagated input by the
texlive-team-next changes, but in my usage it was not spurious and the
package propagation is needed to use `xifthen` correctly.

 gnu/packages/tex.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0d76710daa..934cdb2a80 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -70883,6 +70883,7 @@ (define-public texlive-xifthen
               "0b33mlmnxsj5mi06v2w2zgamk51mgv1lxdr1cax8nkpn9g7n9axw")))
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
+    (propagated-inputs (list texlive-ifmtarg))
     (home-page "https://ctan.org/pkg/xifthen")
     (synopsis "Extended conditional commands")
     (description

base-commit: 8c294e43eb0b0ea61da7c0570872e0908f64c8ed
-- 
2.41.0





This bug report was last modified 261 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.