me
/
guix
Archived
1
0
Fork 0

gnu: neatmail: Fix build.

* gnu/packages/mail.scm (neatmail)[arguments]: Fix quoting issue.
Marius Bakke 2022-11-22 07:38:03 +01:00
parent 256a63ce0b
commit c0a39f12f1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

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