guix-commits
[Top][All Lists]
Advanced

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

14/25: gnu: neatmail: Fix build.


From: guix-commits
Subject: 14/25: gnu: neatmail: Fix build.
Date: Tue, 22 Nov 2022 02:38:42 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c0a39f12f14f45e84c457de2aa1cc8a856052526
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Nov 22 07:38:03 2022 +0100

    gnu: neatmail: Fix build.
    
    * gnu/packages/mail.scm (neatmail)[arguments]: Fix quoting issue.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 414308d9fe..dc9fed90eb 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4557,7 +4557,7 @@ databases, and other tools to process Outlook email 
archives.")
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ;no tests
-       #:make-flags `((string-append "CC=" ,(cc-for-target)))
+       #:make-flags (list (string-append "CC=" ,(cc-for-target)))
        #:phases
        (modify-phases %standard-phases
          (delete 'configure)            ;no configure script



reply via email to

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