GNU bug report logs - #60537
[PATCH] gnu: ledger: Install example referenced in docs.

Previous Next

Package: guix-patches;

Reported by: Frank Pursel <frank.pursel <at> gmail.com>

Date: Wed, 4 Jan 2023 03:08:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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: Frank Pursel <frank.pursel <at> gmail.com>
Subject: bug#60537: closed (Re: bug#60537: [PATCH] gnu: ledger: Install
 example referenced in docs.)
Date: Tue, 31 Jan 2023 22:12:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#60537: [PATCH] gnu: ledger: Install example referenced in docs.

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 60537 <at> debbugs.gnu.org.

-- 
60537: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60537
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Frank Pursel <frank.pursel <at> gmail.com>
Cc: 60537-done <at> debbugs.gnu.org
Subject: Re: bug#60537: [PATCH] gnu: ledger: Install example referenced in
 docs.
Date: Tue, 31 Jan 2023 23:11:00 +0100
Frank Pursel <frank.pursel <at> gmail.com> skribis:

> Better.
>
> diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
> index f5906ec738..e96058e7b2 100644
> --- a/gnu/packages/finance.scm
> +++ b/gnu/packages/finance.scm
> @@ -32,6 +32,7 @@
>  ;;; Copyright © 2022 Philip McGrath <philip <at> philipmcgrath.com>
>  ;;; Copyright © 2022 Collin J. Doering <collin <at> rekahsoft.ca>
>  ;;; Copyright © 2022 Justin Veilleux <terramorpha <at> cock.li>
> +;;; Copyright © 2023 Frank Pursel <frank.pursel <at> gmail.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -342,7 +343,8 @@ (define-public ledger
>               (let ((examples (string-append (assoc-ref outputs "out")
>                                              "/share/doc/ledger/examples")))
>                 (install-file "test/input/sample.dat" examples)
> -               (install-file "test/input/demo.ledger" examples))
> +               (install-file "test/input/demo.ledger" examples)
> +               (install-file "contrib/report" examples))

Hi!  Applied with a commit log, thanks.

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Frank Pursel <frank.pursel <at> gmail.com>
To: guix-patches <at> gnu.org 
Subject: [PATCH] gnu: ledger: Install example referenced in docs.
Date: Tue, 03 Jan 2023 19:04:48 -0800
* gnu/packages/finance.scm (ledger): Provide additional script from upstream.
---
 gnu/packages/finance.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index f5906ec738..abc2134aee 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2022 Philip McGrath <philip <at> philipmcgrath.com>
 ;;; Copyright © 2022 Collin J. Doering <collin <at> rekahsoft.ca>
 ;;; Copyright © 2022 Justin Veilleux <terramorpha <at> cock.li>
+;;; Copyright © 2023 Frank Pursel <frank.pursel <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -342,7 +343,8 @@ (define-public ledger
              (let ((examples (string-append (assoc-ref outputs "out")
                                             "/share/doc/ledger/examples")))
                (install-file "test/input/sample.dat" examples)
-               (install-file "test/input/demo.ledger" examples))
+               (install-file "test/input/demo.ledger" examples)
+               (install-file "config/report" examples))
              #t))
          (add-after 'build 'build-doc
            (lambda _ (invoke "make" "doc")))
-- 
2.38.1




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

Previous Next


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