mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-user.
* gnu/packages/perl.scm (perl-user): New variable. Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
30ddcc7929
commit
d356558198
1 changed files with 22 additions and 0 deletions
|
@ -12714,6 +12714,28 @@ name is in a variable, something you can't do with the @code{require}
|
||||||
built-in.")
|
built-in.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-user
|
||||||
|
;; This is a trivial Perl module that appears to be maintained by Debian
|
||||||
|
;; internally for use in debbugs.
|
||||||
|
(package
|
||||||
|
(name "perl-user")
|
||||||
|
(version "1.9")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"http://deb.debian.org/debian/pool/main/libu/libuser-perl/"
|
||||||
|
"libuser-perl_" version ".orig.tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1ncgr0sxkmqr33ias3yv6cnr3l6mcyxcsbr9n6y0g6mx9h1iiasv"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "https://tracker.debian.org/pkg/libuser-perl")
|
||||||
|
(synopsis "Provides user data in an OS independent manner")
|
||||||
|
(description "This module is allows applications to retrieve per-user
|
||||||
|
characteristics.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-variable-magic
|
(define-public perl-variable-magic
|
||||||
(package
|
(package
|
||||||
(name "perl-variable-magic")
|
(name "perl-variable-magic")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue