diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:40:40 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:40 -0400 |
commit | 66fc746068bc92bf992f30688f34144370b727bc (patch) | |
tree | 4ba519b5d48b4917a25a78d7156273f34d7d2a11 | |
parent | fdf3f8d6d0a0890066827f23147c1dac69c57d6a (diff) |
gnu: Remove python2-straight-plugin.
* gnu/packages/python-xyz.scm (python2-straight-plugin): 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 bfcbbd9fb7..80974120a8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11844,9 +11844,6 @@ almost any existing Python modules, and an easy way for outside developers to add functionality and customization to your projects with their own plugins.") (license license:expat))) -(define-public python2-straight-plugin - (package-with-python2 python-straight-plugin)) - (define-public python-pysendfile (package (name "python-pysendfile") |