This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new be6b6d61a7 gnu: litterbox: Improve package style.
be6b6d61a7 is described below
commit be6b6d61a7e3b5e7c16208d7ac70bdf8e4f4022c
Author: jgart <[email protected]>
AuthorDate: Thu Jul 25 16:25:57 2024 -0500
gnu: litterbox: Improve package style.
* gnu/packages/irc.scm (litterbox) [arguments]: Use G-expressions.
Change-Id: I4aba2094bf8be6c6a91a7d9d874aba4676142ebe
---
gnu/packages/irc.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index aa4c9b8b53..a298a5799c 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -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