aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 21:24:09 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:01 -0400
commitd9205205609a4cb3ec17fabe02f53193d2ba4eb4 (patch)
treed1d4aaba86c02fd0fadc54a7f2b9aef4636d600c
parent8084ae2e6abf382d42dc739d428a7f09db0f98a4 (diff)
downloadguix-d9205205609a4cb3ec17fabe02f53193d2ba4eb4.tar
guix-d9205205609a4cb3ec17fabe02f53193d2ba4eb4.tar.gz
gnu: Remove python2-capturer.
* gnu/packages/python-xyz.scm (python2-capturer): Delete 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 8549773944..dc82d71baa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2424,9 +2424,6 @@ to the terminal in real time but is also available to the Python program
for additional processing.")
(license license:expat)))
-(define-public python2-capturer
- (package-with-python2 python-capturer))
-
(define-public python-case
(package
(name "python-case")