gnu: getmail: Unquote arguments.

* gnu/packages/mail.scm (getmail)[arguments]: Use LIST.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-12 02:09:30 +00:00
parent 132a251dd7
commit 19b9bbb611
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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