mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: Add ExtUtils-InstallPaths.
* gnu/packages/perl.scm (perl-extutils-installpaths): New variable.
This commit is contained in:
parent
6eb28ece00
commit
9c8f076567
1 changed files with 21 additions and 0 deletions
|
@ -300,6 +300,27 @@ (define-public perl-exporter-lite
|
||||||
"Exporter-Lite-" version))
|
"Exporter-Lite-" version))
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-extutils-installpaths
|
||||||
|
(package
|
||||||
|
(name "perl-extutils-installpaths")
|
||||||
|
(version "0.010")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/L/LE/LEONT/"
|
||||||
|
"ExtUtils-InstallPaths-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0mi1px42in7i442jqncg3gmxd5zn7sw5b2s85h690rz433qvyk6i"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("perl-extutils-config" ,perl-extutils-config)))
|
||||||
|
(home-page "http://search.cpan.org/dist/ExtUtils-InstallPaths")
|
||||||
|
(synopsis "Build.PL install path logic made easy")
|
||||||
|
(description "This module tries to make install path resolution as easy as
|
||||||
|
possible.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-extutils-config
|
(define-public perl-extutils-config
|
||||||
(package
|
(package
|
||||||
(name "perl-extutils-config")
|
(name "perl-extutils-config")
|
||||||
|
|
Loading…
Reference in a new issue