diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:23:38 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:00 -0400 |
commit | accabb385a5539237047e98daa8f7753cf4d7234 (patch) | |
tree | 23baa1875823e23b587501c674a040636a1cd472 /gnu | |
parent | ae657ec626e58c095d072a4fdbef9b94f904e0ca (diff) |
gnu: Remove python2-whatever.
* gnu/packages/python-xyz.scm (python2-whatever): 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 de65a8626e..db844c2b25 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22354,9 +22354,6 @@ files, and Makefiles.") functions by partial application of operators.") (license license:bsd-3))) -(define-public python2-whatever - (package-with-python2 python-whatever)) - (define-public python-funcy (package (name "python-funcy") |