mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: litterbox: Improve package style.
* gnu/packages/irc.scm (litterbox) [arguments]: Use G-expressions. Change-Id: I4aba2094bf8be6c6a91a7d9d874aba4676142ebe
This commit is contained in:
parent
1265e1e8ea
commit
be6b6d61a7
1 changed files with 5 additions and 5 deletions
|
@ -924,11 +924,11 @@ (define-public litterbox
|
|||
(base32 "1ag5x7h71pxjaaf4b561rwdqr05zzywkc0p3jf2yhg3lbjkjrc7z"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; There are no tests.
|
||||
#:make-flags
|
||||
(list
|
||||
(string-append "CC=" ,(cc-for-target))
|
||||
(string-append "PREFIX=" %output))))
|
||||
(list #:tests? #f ; There are no tests.
|
||||
#:make-flags
|
||||
#~(list
|
||||
(string-append "CC=" #$(cc-for-target))
|
||||
(string-append "PREFIX=" #$output))))
|
||||
(native-inputs
|
||||
(list pkg-config universal-ctags))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue