summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-22 11:07:20 +0100
committerMarius Bakke <marius@gnu.org>2022-01-22 12:42:47 +0100
commit9604bea0cab67f1b62243d5c814079f7cf91d385 (patch)
tree2f9379ff081a55b01ffb7dcb2610c57e12e4ddc3
parentb084ab813ac0a63f3c59c2291d309541d968db5f (diff)
downloadguix-9604bea0cab67f1b62243d5c814079f7cf91d385.tar.gz
gnu: Remove python2-tqdm.
* gnu/packages/python-xyz.scm (python2-tqdm): Remove variable.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 036b0c7d29..2a7da59647 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20238,9 +20238,6 @@ iterable with @code{|tqdm(iterable)|}.  Offers many options to define
 design and layout.")
     (license (list license:mpl2.0 license:expat))))
 
-(define-public python2-tqdm
-  (package-with-python2 python-tqdm))
-
 (define-public python-pkginfo
   (package
     (name "python-pkginfo")