mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: neatmail: Fix build.
* gnu/packages/mail.scm (neatmail)[arguments]: Fix quoting issue.
This commit is contained in:
parent
256a63ce0b
commit
c0a39f12f1
1 changed files with 1 additions and 1 deletions
|
@ -4557,7 +4557,7 @@ (define-public neatmail
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue