gnu: mblaze: Use G-expressions.
* gnu/packages/mail.scm (mblaze)[arguments]: Use G-expressions.
This commit is contained in:
parent
fde7fbe9dc
commit
45d36b0e2f
1 changed files with 8 additions and 6 deletions
|
@ -2726,12 +2726,14 @@ converts them to maildir format directories.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl))
|
(list perl))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags (list (string-append "CC=" ,(cc-for-target))
|
(list
|
||||||
"PREFIX="
|
#:make-flags
|
||||||
(string-append "DESTDIR=" %output))
|
#~(list #$(string-append "CC=" (cc-for-target))
|
||||||
#:phases
|
"PREFIX="
|
||||||
(modify-phases %standard-phases
|
(string-append "DESTDIR=" #$output))
|
||||||
(delete 'configure))))
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(delete 'configure))))
|
||||||
(home-page "https://github.com/leahneukirchen/mblaze")
|
(home-page "https://github.com/leahneukirchen/mblaze")
|
||||||
(synopsis "Unix utilities to deal with Maildir")
|
(synopsis "Unix utilities to deal with Maildir")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue