summaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:50:30 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:42 -0400
commit261f030340e03f85439afc9e56cc4e73955333b9 (patch)
tree2fc04991f431f1aad323b340b03b97052b9d214e /gnu/packages/wm.scm
parentedac21bfc78ffea85f4dac7206e5e7cd621bba19 (diff)
gnu: Remove python2-i3-py.
* gnu/packages/wm.scm (python2-i3-py): Delete variable.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r--gnu/packages/wm.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 83b75ca9b8..3f203d8351 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -545,9 +545,6 @@ kinds of messages to i3, select the affected containers, filter results and
subscribe to events.")
(license license:gpl3+)))
-(define-public python2-i3-py
- (package-with-python2 python-i3-py))
-
(define-public qtile
(package
(name "qtile")