gnu: litterbox: Improve package style.
* gnu/packages/irc.scm (litterbox) [arguments]: Use G-expressions. Change-Id: I4aba2094bf8be6c6a91a7d9d874aba4676142ebemaster
parent
1265e1e8ea
commit
be6b6d61a7
|
@ -924,11 +924,11 @@ building block for other projects.")
|
||||||
(base32 "1ag5x7h71pxjaaf4b561rwdqr05zzywkc0p3jf2yhg3lbjkjrc7z"))))
|
(base32 "1ag5x7h71pxjaaf4b561rwdqr05zzywkc0p3jf2yhg3lbjkjrc7z"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests.
|
(list #:tests? #f ; There are no tests.
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list
|
#~(list
|
||||||
(string-append "CC=" ,(cc-for-target))
|
(string-append "CC=" #$(cc-for-target))
|
||||||
(string-append "PREFIX=" %output))))
|
(string-append "PREFIX=" #$output))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config universal-ctags))
|
(list pkg-config universal-ctags))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue