gnu: Add inc-latest.
* gnu/packages/perl.scm (perl-inc-latest): New variable.
This commit is contained in:
parent
ce60f167ea
commit
e8bba431a8
|
@ -737,6 +737,26 @@ vaguely inspired by John Ousterhout's Tk_ParseArgv.")
|
||||||
"Getopt-Tabular-" version))
|
"Getopt-Tabular-" version))
|
||||||
(license (package-license perl))))
|
(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
|
(define-public perl-io-tty
|
||||||
(package
|
(package
|
||||||
(name "perl-io-tty")
|
(name "perl-io-tty")
|
||||||
|
|
Loading…
Reference in New Issue