me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-whoosh.

* gnu/packages/python-xyz.scm (python2-whoosh): Delete variable.
Maxim Cournoyer 2022-04-29 23:04:10 -04:00
parent f64aac1e4a
commit b95b975305
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 8 deletions

View File

@ -16007,14 +16007,6 @@ useful for solving the Assignment Problem.")
checking library.")
(license license:bsd-2)))
(define-public python2-whoosh
(let ((whoosh (package-with-python2 (strip-python2-variant python-whoosh))))
(package/inherit whoosh
(propagated-inputs
`(("python2-backport-ssl-match-hostname"
,python2-backport-ssl-match-hostname)
,@(package-propagated-inputs whoosh))))))
(define-public python-codespell
(package
(name "python-codespell")