nckx pushed a commit to branch master
in repository guix.
commit 4ded034a57ffacdd6c7afa73bb58893afd614644
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 30 02:00:00 2023 +0200
gnu: catgirl: Use G-expressions.
* gnu/packages/irc.scm (catgirl)[arguments]:
Rewrite as G-expressions.
---
gnu/packages/irc.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index a3a5c69e21..f966724022 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -421,9 +421,11 @@ for the IRCv3 protocol.")
(base32 "0r1h10qdhhgy3359ndbjh269daivm126qc0c23db7bffv0xs4bff"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; no tests
- #:make-flags (list (string-append "PREFIX=" %output)
- ,(string-append "CC=" (cc-for-target)))))
+ (list
+ #:tests? #f ; no tests
+ #:make-flags
+ #~(list (string-append "prefix=" #$output)
+ (string-append "CC=" #$(cc-for-target)))))
(native-inputs
(list universal-ctags pkg-config))
(inputs