nckx pushed a commit to branch master
in repository guix.

commit 19b9bbb611e4e182e69188fdc82f21a84bb08b28
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Wed Jan 12 02:09:30 2022 +0000

    gnu: getmail: Unquote arguments.
    
    * gnu/packages/mail.scm (getmail)[arguments]: Use LIST.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a21796c965..a9366b3a56 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1547,8 +1547,8 @@ pairs have previously synchronized.")
         (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

Reply via email to