1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: Remove python2-snowballstemmer.

* gnu/packages/python-xyz.scm (python2-snowballstemmer): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 02:48:38 -04:00
parent 9374dbf3ee
commit e8a4b28581
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -18050,9 +18050,6 @@ JSON) codec.")
English stemmer.")
(license license:bsd-3)))
(define-public python2-snowballstemmer
(package-with-python2 python-snowballstemmer))
(define-public python-setproctitle
(package
(name "python-setproctitle")