gnu: neatmail: Fix build.
* gnu/packages/mail.scm (neatmail)[arguments]: Fix quoting issue.
parent
256a63ce0b
commit
c0a39f12f1
|
@ -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
|
||||
|
|
Reference in New Issue