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
|
@ -824,20 +824,19 @@ (define-public perl6-xml-writer
|
||||||
(name "perl6-xml-writer")
|
(name "perl6-xml-writer")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/masak/xml-writer")
|
(url "https://github.com/masak/xml-writer")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1kwrf7akp70kyzw1b90khp71a6hpilihwndy2jsjpffcd4hd4m4z"))))
|
||||||
"1kwrf7akp70kyzw1b90khp71a6hpilihwndy2jsjpffcd4hd4m4z"))))
|
|
||||||
(build-system rakudo-build-system)
|
(build-system rakudo-build-system)
|
||||||
(arguments '(#:with-zef? #f))
|
(arguments '(#:with-zef? #f))
|
||||||
(home-page "https://github.com/masak/xml-writer")
|
(home-page "https://github.com/masak/xml-writer")
|
||||||
(synopsis "Perl 6 module to generate XML")
|
(synopsis "Raku module to generate XML")
|
||||||
(description "@code{XML::Writer} is a module for creating XML in Perl 6.")
|
(description "@code{XML::Writer} is a module for creating XML in Raku.")
|
||||||
(license license:artistic2.0))))
|
(license license:artistic2.0))))
|
||||||
|
|
||||||
(define-public perl6-zef
|
(define-public perl6-zef
|
||||||
|
|
Loading…
Reference in a new issue