aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2021-03-15 16:55:01 +0100
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-03-23 21:33:19 -0400
commitf21da3325566c1af06f8dc187995910e181f1752 (patch)
tree449a1ebbf6f2c34ce04338267266727504d425a6
parent8b2b5463963d5d4dee480b0cf73fa4a9eca414ba (diff)
downloadguix-f21da3325566c1af06f8dc187995910e181f1752.tar.gz
guix-f21da3325566c1af06f8dc187995910e181f1752.zip
gnu: python2-arrow: Remove package.
* gnu/packages/time.scm (python2-arrow): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r--gnu/packages/time.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 20ce76d8d0..be37ea980e 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -448,9 +448,6 @@ converting dates, times, and timestamps. It implements and updates the
datetime type.")
(license asl2.0)))
-(define-public python2-arrow
- (package-with-python2 python-arrow))
-
(define-public python-aniso8601
(package
(name "python-aniso8601")
layout names....Ludovic Courtès 2019-04-17installer: Display language and territory names natively....Ludovic Courtès 2019-04-12installer: Choosing a locale opens the translated manual on tty2....Ludovic Courtès 2019-04-07installer: Generalize desktop environments to system services....Ludovic Courtès 2019-04-07installer: Move the 'locale' step before the 'welcome' step....Ludovic Courtès 2019-03-27installer: Produce an 'initrd-modules' field if needed....Ludovic Courtès 2019-03-25installer: Set the system's 'keyboard-layout' field....Ludovic Courtès 2019-01-28gnu: Move most packages from guile.scm to new module....Ricardo Wurmus 2019-01-17installer: Various renamings....Mathieu Othacehe 2019-01-17installer: partionment: Add encryption support....Mathieu Othacehe 2019-01-17installer: Display an eventual backtrace in a page....Mathieu Othacehe 2019-01-17installer: Reorder partitionment step....Mathieu Othacehe 2019-01-17installer: Add partitioning support....Mathieu Othacehe 2019-01-17installer: Fix comments....Mathieu Othacehe 2019-01-17installer: Add hostname....Mathieu Othacehe 2019-01-17installer: Add services page....Mathieu Othacehe 2019-01-17installer: Do not ask for keyboard model....Mathieu Othacehe 2019-01-17installer: Add configuration formatter....Mathieu Othacehe 2019-01-17installer: Fix locale installation....Mathieu Othacehe 2019-01-17installer: Move everything to the build side....Mathieu Othacehe 2019-01-17gnu: Add graphical installer support....Mathieu Othacehe