[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: hledger: Install documentation.
From: |
guix-commits |
Subject: |
05/11: gnu: hledger: Install documentation. |
Date: |
Thu, 19 Jan 2023 11:57:17 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 287e2822362871aa8792e469d0dab45dc28d3c4e
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Wed Jan 11 13:14:34 2023 -0500
gnu: hledger: Install documentation.
* gnu/packages/finance.scm (hledger)[phases]: Add install-doc phase
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/finance.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index ad58721cb3..668fe55172 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -227,6 +227,14 @@ line client and a client based on Qt.")
(base32
"07fcfkmv4cy92njnf2qc7jh0naz96q962hxldcd7hk4k7ddv0mss"))))
(build-system haskell-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'install 'install-doc
+ (lambda _
+ (install-file "hledger.info" (string-append #$output
"/share/info"))
+ (install-file "hledger.1" (string-append #$output
"/man/man1")))))))
(inputs
(list ghc-ansi-terminal
ghc-base-compat-batteries
- branch master updated (26bb41d6d5 -> 3846ceec4e), guix-commits, 2023/01/19
- 01/11: gnu: guile-next: Add '.tarball-version' file to get correct version., guix-commits, 2023/01/19
- 03/11: gnu: gnulib: Refer to "gcc" as provided via implicit package inputs., guix-commits, 2023/01/19
- 07/11: gnu: python-greenlet: Update to 2.0.1., guix-commits, 2023/01/19
- 06/11: gnu: Fix home-page typos, guix-commits, 2023/01/19
- 04/11: gnu: nettle: Fix mingw cross-compilation., guix-commits, 2023/01/19
- 05/11: gnu: hledger: Install documentation.,
guix-commits <=
- 02/11: gnu: guile-next: Really depend on self., guix-commits, 2023/01/19
- 09/11: gnu: python-eventlet: Manage broken tests with nosetests., guix-commits, 2023/01/19
- 08/11: gnu: python-gevent: Update to 22.10.2., guix-commits, 2023/01/19
- 11/11: gnu: Add petri-foo., guix-commits, 2023/01/19
- 10/11: gnu: python-eventlet: Exclude broken test., guix-commits, 2023/01/19