GNU bug report logs - #63450
[PATCH] gnu: texlive-datetime2: Add needed propagated-inputs.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Thu, 11 May 2023 20:01:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#63450: closed (Re: [bug#63450] [PATCH] gnu: texlive-datetime2:
 Add needed propagated-inputs.)
Date: Thu, 11 May 2023 22:01:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63450: [PATCH] gnu: texlive-datetime2: Add needed propagated-inputs.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63450 <at> debbugs.gnu.org.

-- 
63450: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63450
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Greg Hogan <code <at> greghogan.com>
Cc: 63450-done <at> debbugs.gnu.org
Subject: Re: [bug#63450] [PATCH] gnu: texlive-datetime2: Add needed
 propagated-inputs.
Date: Thu, 11 May 2023 23:59:58 +0200
Hello,

Greg Hogan <code <at> greghogan.com> writes:

> * gnu/packages/tex.scm (texlive-datetime2)[propagated-inputs]: Add
> TEXLIVE-ETOOLBOX, TEXLIVE-LATEX-XKEYVAL, and TEXLIVE-TRACKLANG.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: texlive-datetime2: Add needed propagated-inputs.
Date: Thu, 11 May 2023 20:00:48 +0000
Required packages can be seen with:
$ rg RequirePackage $(guix build texlive-datetime2)

* gnu/packages/tex.scm (texlive-datetime2)[propagated-inputs]: Add
TEXLIVE-ETOOLBOX, TEXLIVE-LATEX-XKEYVAL, and TEXLIVE-TRACKLANG.
---
 gnu/packages/tex.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2011eff281..ddec624d1f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12833,6 +12833,10 @@ (define-public texlive-datetime2
             "tex/latex/datetime2/")
       (base32 "0yjkpfic1ni4j2g61rrjj5hjyd43shc9c0sg1aivbbsmqh30dn33")
       #:trivial? #t))
+    (propagated-inputs
+     (list texlive-etoolbox
+           texlive-latex-xkeyval
+           texlive-tracklang))
     (home-page "https://ctan.org/pkg/datetime2")
     (synopsis "Formats for dates, times and time zones")
     (description
-- 
2.40.1




This bug report was last modified 2 years and 14 days ago.

Previous Next


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