Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
bb1ba6b8
Commit
bb1ba6b8
authored
9 years ago
by
Eric Bavier
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add perl-date-manip.
* gnu/packages/perl.scm (perl-date-manip): New variable.
parent
9cf6c9fc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/perl.scm
+25
-0
25 additions, 0 deletions
gnu/packages/perl.scm
with
25 additions
and
0 deletions
gnu/packages/perl.scm
+
25
−
0
View file @
bb1ba6b8
...
@@ -1332,6 +1332,31 @@ (define-public perl-date-calc-xs
...
@@ -1332,6 +1332,31 @@ (define-public perl-date-calc-xs
Date::Calc."
)
Date::Calc."
)
(
license
(
list
(
package-license
perl
)
lgpl2
.
0
+
))))
(
license
(
list
(
package-license
perl
)
lgpl2
.
0
+
))))
(
define-public
perl-date-manip
(
package
(
name
"perl-date-manip"
)
(
version
"6.50"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
string-append
"https://cpan.metacpan.org/authors/id/S/SB/SBECK/"
"Date-Manip-"
version
".tar.gz"
))
(
sha256
(
base32
"0zd0wbf91i49753rnf7m1lw197hdl5r97mxy0n43zdmcmhvkb3qq"
))))
(
build-system
perl-build-system
)
(
arguments
;; Tests would require tzdata for timezone information, but tzdata is in
;; (gnu packages base) which would create a circular dependency. TODO:
;; Maybe put this package elsewhere so we can turn on tests.
'
(
#
:tests?
#f
))
(
home-page
"http://search.cpan.org/dist/Date-Manip"
)
(
synopsis
"Date manipulation routines"
)
(
description
"Date::Manip is a series of modules for common date/time
operations, such as comparing two times, determining a date a given amount of
time from another, or parsing international times."
)
(
license
(
package-license
perl
))))
(
define-public
perl-datetime
(
define-public
perl-datetime
(
package
(
package
(
name
"perl-datetime"
)
(
name
"perl-datetime"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment