diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:41:49 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:43 -0400 |
commit | 54ca8f4c418b626eed17265ab4be8ad909c2a495 (patch) | |
tree | 5d2b242c2ffb510d97d8a34572ed7c0cb434464f /gnu | |
parent | 61504ff725d8a2d3ce38a4333a60f893c848af15 (diff) | |
download | guix-54ca8f4c418b626eed17265ab4be8ad909c2a495.tar guix-54ca8f4c418b626eed17265ab4be8ad909c2a495.tar.gz |
gnu: Remove python2-rencode.
* gnu/packages/python-xyz.scm (python2-rencode): Delete variable.
Diffstat (limited to 'gnu')
-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 9e5d2581c8..30220bfc60 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21668,9 +21668,6 @@ complete rewrite in Cython to attempt to increase the performance over the pure Python module.") (license license:bsd-3))) -(define-public python2-rencode - (package-with-python2 python-rencode)) - (define-public python-xenon (package (name "python-xenon") |