mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add common-sense.
* gnu/packages/perl.scm (perl-common-sense): New variable.
This commit is contained in:
parent
724d222773
commit
89341090f0
1 changed files with 19 additions and 0 deletions
|
@ -416,6 +416,25 @@ (define-public perl-clone
|
||||||
"Clone-" version))
|
"Clone-" version))
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-common-sense
|
||||||
|
(package
|
||||||
|
(name "perl-common-sense")
|
||||||
|
(version "3.73")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/M/ML/MLEHMANN/"
|
||||||
|
"common-sense-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"047xwgpn5611zrhk4c8vk9pzcbk1q7n3q0lfiwhhq7k4fbjca441"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "http://search.cpan.org/dist/common-sense")
|
||||||
|
(synopsis "Sane defaults for Perl programs")
|
||||||
|
(description "This module implements some sane defaults for Perl programs,
|
||||||
|
as defined by two typical specimens of Perl coders.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-config-autoconf
|
(define-public perl-config-autoconf
|
||||||
(package
|
(package
|
||||||
(name "perl-config-autoconf")
|
(name "perl-config-autoconf")
|
||||||
|
|
Loading…
Reference in a new issue