diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:21:57 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:57 -0400 |
commit | 62aeb46d0d71053e7213fcd1dc4c428cb4503773 (patch) | |
tree | 04834d51c8a508ce4ba425954cdbc3fc34d36474 /gnu | |
parent | 83462e1f4cc303dbbd168392c8166b3b6e2dada0 (diff) | |
download | guix-62aeb46d0d71053e7213fcd1dc4c428cb4503773.tar guix-62aeb46d0d71053e7213fcd1dc4c428cb4503773.tar.gz |
gnu: Remove python2-args.
* gnu/packages/python-xyz.scm (python2-args): 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 634f31baf4..4a1c01dffa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14923,9 +14923,6 @@ files for use with Python.") "This library provides a Python module to parse command-line arguments.") (license license:bsd-3))) -(define-public python2-args - (package-with-python2 python-args)) - (define-public python-clint (package (name "python-clint") |