mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-23 18:50:32 +02:00
gnu: catgirl: Use G-expressions.
* gnu/packages/irc.scm (catgirl)[arguments]: Rewrite as G-expressions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user