mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: getmail: Unquote arguments.
* gnu/packages/mail.scm (getmail)[arguments]: Use LIST.
This commit is contained in:
parent
132a251dd7
commit
19b9bbb611
1 changed files with 2 additions and 2 deletions
|
@ -1547,8 +1547,8 @@ (define-public getmail
|
|||
(base32 "1yk7lrndbfsrbdxikwzdqvadryqsldalxdn3a184dg4sxzmgis3a"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
#:python ,python-2))
|
||||
(list #:tests? #f ; no tests
|
||||
#:python python-2))
|
||||
(home-page "https://pyropus.ca/software/getmail/")
|
||||
(synopsis "Mail retriever")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue