mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: perl6-xml-writer: Perl -> Raku.
* gnu/packages/perl6.scm (perl6-xml-writer)[source]: Reindent. [synopsis, description]: Replace mentions of Perl with Raku. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
67a7460b8a
commit
ff64d8f46f
1 changed files with 10 additions and 11 deletions
|
@ -831,13 +831,12 @@ (define-public perl6-xml-writer
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kwrf7akp70kyzw1b90khp71a6hpilihwndy2jsjpffcd4hd4m4z"))))
|
||||
(base32 "1kwrf7akp70kyzw1b90khp71a6hpilihwndy2jsjpffcd4hd4m4z"))))
|
||||
(build-system rakudo-build-system)
|
||||
(arguments '(#:with-zef? #f))
|
||||
(home-page "https://github.com/masak/xml-writer")
|
||||
(synopsis "Perl 6 module to generate XML")
|
||||
(description "@code{XML::Writer} is a module for creating XML in Perl 6.")
|
||||
(synopsis "Raku module to generate XML")
|
||||
(description "@code{XML::Writer} is a module for creating XML in Raku.")
|
||||
(license license:artistic2.0))))
|
||||
|
||||
(define-public perl6-zef
|
||||
|
|
Loading…
Reference in a new issue