mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-ppix-utils.
* gnu/packages/perl.scm (perl-ppix-utils): New variable. Change-Id: I9548c693aa6f54bd53662374f77b2fbd1ca3f485 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
52ebee3432
commit
0ecc0a10e8
1 changed files with 23 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
|
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
|
||||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||||
;;; Copyright © 2022, 2023 Evgeny Pisemsky <mail@pisemsky.site>
|
;;; Copyright © 2022, 2023 Evgeny Pisemsky <mail@pisemsky.site>
|
||||||
;;; Copyright © 2022, 2023 gemmaro <gemmaro.dev@gmail.com>
|
;;; Copyright © 2022, 2023, 2024 gemmaro <gemmaro.dev@gmail.com>
|
||||||
;;; Copyright © 2023 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
|
;;; Copyright © 2023 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
|
||||||
;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com>
|
;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com>
|
||||||
|
@ -9148,6 +9148,28 @@ replacing the \"@code{PPI}\" at the front of the module name with
|
||||||
in @code{PPIx::Utilities::Node}.")
|
in @code{PPIx::Utilities::Node}.")
|
||||||
(license license:perl-license)))
|
(license license:perl-license)))
|
||||||
|
|
||||||
|
(define-public perl-ppix-utils
|
||||||
|
(package
|
||||||
|
(name "perl-ppix-utils")
|
||||||
|
(version "0.003")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/D/DB/DBOOK/PPIx-Utils-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "04dszlp7yas3yi7gm1l2g47h88i52n7gwj3jnq0vw0xdivycr6ra"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(propagated-inputs (list perl-b-keywords perl-ppi))
|
||||||
|
(home-page "https://metacpan.org/release/PPIx-Utils")
|
||||||
|
(synopsis "Utility functions for Perl PPI")
|
||||||
|
(description
|
||||||
|
"@samp{PPIx::Utils} is a collection of utility functions for working
|
||||||
|
with @samp{PPI} documents. The functions are organized into
|
||||||
|
submodules, and may be imported from the appropriate submodules or via
|
||||||
|
this module.")
|
||||||
|
(license license:perl-license)))
|
||||||
|
|
||||||
(define-public perl-probe-perl
|
(define-public perl-probe-perl
|
||||||
(package
|
(package
|
||||||
(name "perl-probe-perl")
|
(name "perl-probe-perl")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue