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)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no tests
|
`(#:tests? #f ;no tests
|
||||||
#:make-flags `((string-append "CC=" ,(cc-for-target)))
|
#:make-flags (list (string-append "CC=" ,(cc-for-target)))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure) ;no configure script
|
(delete 'configure) ;no configure script
|
||||||
|
|
Reference in New Issue