gnu: perl6-zef: Update to 0.13.8.
* gnu/packages/perl6.scm (perl6-zef): Update to 0.13.8. [source]: Reindent. [arguments]: Replace Perl with Raku in 'check' phase. [synopsis, description]: Replace mentions of Perl with Raku. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8dca56b4a1
commit
90a7efcc1e
@ -829,7 +829,7 @@ character numbering.")
|
|||||||
(define-public perl6-zef
|
(define-public perl6-zef
|
||||||
(package
|
(package
|
||||||
(name "perl6-zef")
|
(name "perl6-zef")
|
||||||
(version "0.6.7")
|
(version "0.13.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -838,8 +838,7 @@ character numbering.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0zmx2gavi975811kskv5j4j2zsysnxfklwx0azn8rffraadnhscm"))))
|
||||||
"07n7g1xw2c4g860rs890gx85vyhdq0ysgwbrnzw6q905jph2bkv7"))))
|
|
||||||
(build-system rakudo-build-system)
|
(build-system rakudo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:with-zef? #f
|
'(#:with-zef? #f
|
||||||
@ -848,11 +847,11 @@ character numbering.")
|
|||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "HOME" "/tmp")
|
(setenv "HOME" "/tmp")
|
||||||
(invoke "perl6" "-I." "bin/zef" "--debug"
|
(invoke "raku" "-I." "bin/zef" "--debug"
|
||||||
"--tap-harness" "test" "."))))))
|
"--tap-harness" "test" "."))))))
|
||||||
(home-page "https://github.com/ugexe/zef")
|
(home-page "https://github.com/ugexe/zef")
|
||||||
(synopsis "Perl6 Module Management")
|
(synopsis "Raku Module Management")
|
||||||
(description "Zef is a Perl 6 package (module) manager. It can be used to
|
(description "Zef is a Raku package (module) manager. It can be used to
|
||||||
download and install Perl 6 modules in your home directory or as a system-wide
|
download and install Raku modules in your home directory or as a system-wide
|
||||||
module.")
|
module.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
Loading…
Reference in New Issue
Block a user