me
/
guix
Archived
1
0
Fork 0

gnu: catgirl: Use G-expressions.

* gnu/packages/irc.scm (catgirl)[arguments]:
Rewrite as G-expressions.
Tobias Geerinckx-Rice 2023-07-30 02:00:00 +02:00
parent 8e3ac218b6
commit 4ded034a57
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 3 deletions

View File

@ -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