mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add perl-extutils-typemaps-default.
* gnu/packages/perl.scm (perl-extutils-typemaps-default): New variable.
This commit is contained in:
parent
7f1f6b7223
commit
9274a080f3
1 changed files with 24 additions and 0 deletions
|
@ -3458,6 +3458,30 @@ (define-public perl-extutils-pkgconfig
|
|||
It is really just boilerplate code that you would have written yourself.")
|
||||
(license lgpl2.1+)))
|
||||
|
||||
(define-public perl-extutils-typemaps-default
|
||||
(package
|
||||
(name "perl-extutils-typemaps-default")
|
||||
(version "1.05")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/S/SM/SMUELLER/ExtUtils-Typemaps-Default-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1phmha0ks95kvzl00r1kgnd5hvg7qb1q9jmzjmw01p5zgs1zbyix"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-module-build" ,perl-module-build)))
|
||||
(home-page
|
||||
"https://metacpan.org/release/ExtUtils-Typemaps-Default")
|
||||
(synopsis "Set of useful typemaps")
|
||||
(description "The package provides a number of useful typemaps as
|
||||
submodules of ExtUtils::Typemaps.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-extutils-xspp
|
||||
(package
|
||||
(name "perl-extutils-xspp")
|
||||
|
|
Loading…
Reference in a new issue