mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add inc-latest.
* gnu/packages/perl.scm (perl-inc-latest): New variable.
This commit is contained in:
parent
ce60f167ea
commit
e8bba431a8
1 changed files with 20 additions and 0 deletions
|
@ -737,6 +737,26 @@ (define-public perl-getopt-tabular
|
|||
"Getopt-Tabular-" version))
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-inc-latest
|
||||
(package
|
||||
(name "perl-inc-latest")
|
||||
(version "0.500")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
|
||||
"inc-latest-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04f6qf6ll2hkdsr9aglykg3wlgsnf0w4f264nzg4i9y6cgrhbafs"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/inc-latest")
|
||||
(synopsis "Use modules in inc/ if newer than installed")
|
||||
(description "The inc::latest module helps bootstrap configure-time
|
||||
dependencies for CPAN distributions. These dependencies get bundled into the
|
||||
inc directory within a distribution and are used by Makefile.PL or Build.PL.")
|
||||
(license asl2.0)))
|
||||
|
||||
(define-public perl-io-tty
|
||||
(package
|
||||
(name "perl-io-tty")
|
||||
|
|
Loading…
Reference in a new issue