me
/
guix
Archived
1
0
Fork 0

gnu: gnucash: Fix indentation.

* gnu/packages/gnucash.scm (gnucash): Fix indentation.
master
Maxim Cournoyer 2019-01-03 17:18:23 -05:00
parent 672489622b
commit 20626f62c4
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 47 additions and 49 deletions

View File

@ -120,8 +120,7 @@
(string-append "set(SHELL " (which "bash") ")")))
#t)))
;; There are about 100 megabytes of documentation.
(add-after
'install 'install-docs
(add-after 'install 'install-docs
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((docs (assoc-ref inputs "gnucash-docs"))
(doc-output (assoc-ref outputs "doc")))
@ -129,8 +128,7 @@
(symlink (string-append docs "/share/gnome")
(string-append doc-output "/share/gnome"))
#t)))
(add-after
'install-docs 'wrap-programs
(add-after 'install-docs 'wrap-programs
(lambda* (#:key inputs outputs #:allow-other-keys)
(for-each (lambda (prog)
(wrap-program (string-append (assoc-ref outputs "out")