diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:03:45 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:21 -0400 |
commit | 5f33d83bf820e3284c1cc72686bd041033ffa4d6 (patch) | |
tree | 06b2b6abd445770bf8b1511dfaa9182a592119a7 | |
parent | 9702e5f26cf4bac6ceb909c271d39c6889e52663 (diff) | |
download | guix-5f33d83bf820e3284c1cc72686bd041033ffa4d6.tar guix-5f33d83bf820e3284c1cc72686bd041033ffa4d6.tar.gz |
gnu: Remove python2-q.
* gnu/packages/python-xyz.scm (python2-q): Delete variable.
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a6b36ea44a..eb543ac5b6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10376,9 +10376,6 @@ provides convenient short API for print out of values, tracebacks, and falling into the Python interpreter.") (license license:asl2.0))) -(define-public python2-q - (package-with-python2 python-q)) - (define-public python-xlib (package (name "python-xlib") |