gnu: ii: Use G-expressions.
* gnu/packages/irc.scm (ii)[arguments]: Rewrite as G-expressions.
This commit is contained in:
parent
0b3743c059
commit
e3e4c46644
1 changed files with 7 additions and 6 deletions
|
@ -397,12 +397,13 @@ highlighted.
|
||||||
"0ns2wpzkk7qzhv7addgr0w5as0m7jwag5nxai2dr61wc436syrsg"))))
|
"0ns2wpzkk7qzhv7addgr0w5as0m7jwag5nxai2dr61wc436syrsg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
(list #:tests? #f ; no tests
|
||||||
#:make-flags (list (string-append "PREFIX=" %output)
|
#:make-flags
|
||||||
,(string-append "CC=" (cc-for-target)))
|
#~(list (string-append "PREFIX=" #$output)
|
||||||
#:phases
|
(string-append "CC=" #$(cc-for-target)))
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(delete 'configure)))) ; no configure
|
#~(modify-phases %standard-phases
|
||||||
|
(delete 'configure)))) ; no configure script
|
||||||
(home-page "https://tools.suckless.org/ii/")
|
(home-page "https://tools.suckless.org/ii/")
|
||||||
(synopsis "FIFO and file system based IRC client")
|
(synopsis "FIFO and file system based IRC client")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue