mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates-frozen
This commit is contained in:
commit
b15e543d30
76 changed files with 3263 additions and 1050 deletions
|
@ -845,7 +845,7 @@ Agency.")
|
|||
("perl-mojolicious" ,perl-mojolicious)))
|
||||
(home-page "https://metacpan.org/release/Business-ISBN")
|
||||
(synopsis "Work with International Standard Book Numbers")
|
||||
(description "This modules provides tools to deal with International
|
||||
(description "This module provides tools to deal with International
|
||||
Standard Book Numbers, including ISBN-10 and ISBN-13.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
|
@ -864,7 +864,7 @@ Standard Book Numbers, including ISBN-10 and ISBN-13.")
|
|||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/Business-ISSN")
|
||||
(synopsis "Work with International Standard Serial Numbers")
|
||||
(description "This modules provides tools to deal with International
|
||||
(description "This module provides tools to deal with International
|
||||
Standard Serial Numbers.")
|
||||
(license (package-license perl))))
|
||||
|
||||
|
@ -884,7 +884,7 @@ Standard Serial Numbers.")
|
|||
`(("perl-tie-cycle" ,perl-tie-cycle)))
|
||||
(home-page "https://metacpan.org/release/Business-ISMN")
|
||||
(synopsis "Work with International Standard Music Numbers")
|
||||
(description "This modules provides tools to deal with International
|
||||
(description "This module provides tools to deal with International
|
||||
Standard Music Numbers.")
|
||||
(license (package-license perl))))
|
||||
|
||||
|
@ -5403,6 +5403,17 @@ for immediate access from Perl.")
|
|||
(base32
|
||||
"1b3sr39813di3j1kwbgn1xq2z726rhjjdw809ydzgmshj26jb1gi"))))
|
||||
(build-system perl-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-paths
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((make (assoc-ref inputs "make")))
|
||||
(substitute* "lib/Inline/C.pm"
|
||||
(("'\"make\"'")
|
||||
(string-append "'\"" make "/bin/make\"'"))
|
||||
(("'\"make install\"'")
|
||||
(string-append "'\"" make "/bin/make install\"'")))))))))
|
||||
(native-inputs
|
||||
`(("perl-file-copy-recursive" ,perl-file-copy-recursive)
|
||||
("perl-file-sharedir-install" ,perl-file-sharedir-install)
|
||||
|
@ -5920,7 +5931,7 @@ logging mechanism.")
|
|||
throughout programs and projects. Every message will be logged with
|
||||
stacktraces, timestamps and so on. You can use built-in handlers
|
||||
immediately, or after the fact when you inspect the error stack. It
|
||||
is highly configurable and let's you even provide your own handlers
|
||||
is highly configurable and lets you even provide your own handlers
|
||||
for dealing with messages.")
|
||||
(license (package-license perl))))
|
||||
|
||||
|
@ -10663,7 +10674,7 @@ operations can also be performed on the IxHash.")
|
|||
(home-page "https://metacpan.org/release/Tie-Handle-Offset")
|
||||
(synopsis "Special file handle that hides the beginning of a file")
|
||||
(description
|
||||
"This modules provides a file handle that hides the beginning of a file,
|
||||
"This module provides a file handle that hides the beginning of a file,
|
||||
by modifying the @code{seek()} and @code{tell()} calls.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue