mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: alot: Fixup comments.
* gnu/packages/mail.scm (alot): Add note about distribution method, and adhere to double semi-colon norm. Signed-off-by: Mark H Weaver <mhw@netris.org>
This commit is contained in:
parent
37ec462392
commit
1b94f1827a
1 changed files with 5 additions and 3 deletions
|
@ -408,7 +408,9 @@ (define-public alot
|
|||
(version "0.3.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
; v0.3.7 not on PyPi yet, so use github instead
|
||||
;; package author intends on distributing via github rather
|
||||
;; than pypi:
|
||||
;; https://github.com/pazz/alot/issues/877#issuecomment-230173331
|
||||
(uri (string-append "https://github.com/pazz/alot/archive/"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append "alot-" version ".tar.gz"))
|
||||
|
@ -418,8 +420,8 @@ (define-public alot
|
|||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
; python 3 is unsupported, more info:
|
||||
; https://github.com/pazz/alot/blob/0.3.7/docs/source/faq.rst
|
||||
;; python 3 is unsupported, more info:
|
||||
;; https://github.com/pazz/alot/blob/0.3.7/docs/source/faq.rst
|
||||
#:python ,python-2))
|
||||
(inputs
|
||||
`(("python2-magic" ,python2-magic)
|
||||
|
|
Loading…
Reference in a new issue