From 19b9bbb611e4e182e69188fdc82f21a84bb08b28 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 12 Jan 2022 02:09:30 +0000 Subject: gnu: getmail: Unquote arguments. * gnu/packages/mail.scm (getmail)[arguments]: Use LIST. --- gnu/packages/mail.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/mail.scm') 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 -- cgit v1.2.3