diff mbox series

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

Message ID 87cz7uba1v.fsf@gmail.com
State New
Headers show
Series [bug#60537] gnu: ledger: Install example referenced in docs. | expand

Commit Message

Frank Pursel Jan. 4, 2023, 3:21 p.m. UTC
Better.

Comments

Simon Tournier Jan. 21, 2023, 1:27 p.m. UTC | #1
Hi,

On Wed, 04 Jan 2023 at 07:21, Frank Pursel <frank.pursel@gmail.com> wrote:

> Better.

Better compared to what?  It is the same patch as the previous one, no ?


Cheers,
simon
Ludovic Courtès Jan. 31, 2023, 10:11 p.m. UTC | #2
Frank Pursel <frank.pursel@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@philipmcgrath.com>
>  ;;; Copyright © 2022 Collin J. Doering <collin@rekahsoft.ca>
>  ;;; Copyright © 2022 Justin Veilleux <terramorpha@cock.li>
> +;;; Copyright © 2023 Frank Pursel <frank.pursel@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’.
diff mbox series

Patch

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@philipmcgrath.com>
 ;;; Copyright © 2022 Collin J. Doering <collin@rekahsoft.ca>
 ;;; Copyright © 2022 Justin Veilleux <terramorpha@cock.li>
+;;; Copyright © 2023 Frank Pursel <frank.pursel@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))
              #t))
          (add-after 'build 'build-doc
            (lambda _ (invoke "make" "doc")))