me
/
guix
Archived
1
0
Fork 0

gnu: litterbox: Improve package style.

* gnu/packages/irc.scm (litterbox) [arguments]: Use G-expressions.

Change-Id: I4aba2094bf8be6c6a91a7d9d874aba4676142ebe
master
jgart 2024-07-25 16:25:57 -05:00
parent 1265e1e8ea
commit be6b6d61a7
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35
1 changed files with 5 additions and 5 deletions

View File

@ -924,11 +924,11 @@ building block for other projects.")
(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