mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: hledger: Install documentation.
* gnu/packages/finance.scm (hledger)[phases]: Add install-doc phase Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b9d676e0ee
commit
287e282236
1 changed files with 8 additions and 0 deletions
|
@ -227,6 +227,14 @@ (define-public hledger
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue