1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: Remove python2-straight-plugin.

* gnu/packages/python-xyz.scm (python2-straight-plugin): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:40:40 -04:00
parent fdf3f8d6d0
commit 66fc746068
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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.") add functionality and customization to your projects with their own plugins.")
(license license:expat))) (license license:expat)))
(define-public python2-straight-plugin
(package-with-python2 python-straight-plugin))
(define-public python-pysendfile (define-public python-pysendfile
(package (package
(name "python-pysendfile") (name "python-pysendfile")