guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/11: gnu: getmail: Unquote arguments.


From: guix-commits
Subject: 03/11: gnu: getmail: Unquote arguments.
Date: Wed, 12 Jan 2022 01:28:59 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 19b9bbb611e4e182e69188fdc82f21a84bb08b28
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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

[Prev in Thread] Current Thread [Next in Thread]