aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 22:48:51 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:11 -0400
commit0d21cf9f565f9dd7843fd0a12ce0c1724439a7a0 (patch)
tree7694b6ae6031c6b3b238ab60b00e71deef93f14d /gnu
parentf5c3588726f664adbf849df4b09cdc8fbffecc2f (diff)
downloadguix-0d21cf9f565f9dd7843fd0a12ce0c1724439a7a0.tar
guix-0d21cf9f565f9dd7843fd0a12ce0c1724439a7a0.tar.gz
gnu: Remove python2-xlib.
* gnu/packages/python-xyz.scm (python2-xlib): Delete variable.
Diffstat (limited to 'gnu')
-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 5d633919ab..e502626ddd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10528,9 +10528,6 @@ X client library for Python programs. It is useful to implement
low-level X clients. It is written entirely in Python.")
(license license:gpl2+)))
-(define-public python2-xlib
- (package-with-python2 python-xlib))
-
(define-public python-singledispatch
(package
(name "python-singledispatch")