guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: ledger: Install example referenced in docs.


From: guix-commits
Subject: 02/07: gnu: ledger: Install example referenced in docs.
Date: Tue, 31 Jan 2023 17:58:12 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit a85d6dd4dbe48d131821b315ca392352dfea174d
Author: Frank Pursel <frank.pursel@gmail.com>
AuthorDate: Wed Jan 4 07:21:00 2023 -0800

    gnu: ledger: Install example referenced in docs.
    
    * gnu/packages/finance.scm (ledger)[arguments]: In 'install-examples'
    phase, install 'contrib/report'.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 aa074a92eb..c9c8e9b823 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.
 ;;;
@@ -350,7 +351,8 @@ and dynamically with report tools based on filtering and 
graphical charts.")
              (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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]