aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-01 02:48:38 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:48 -0400
commite8a4b28581a6b1c92b79a6a8ca06381ee65c454d (patch)
tree732be6d4194fe73446404e1d5d0aa0b6a4c52f8e /gnu
parent9374dbf3ee650e9daf6ffba3df10c54892f05b2e (diff)
downloadguix-e8a4b28581a6b1c92b79a6a8ca06381ee65c454d.tar.gz
guix-e8a4b28581a6b1c92b79a6a8ca06381ee65c454d.zip
gnu: Remove python2-snowballstemmer.
* gnu/packages/python-xyz.scm (python2-snowballstemmer): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 50e5879b0c..c76ab8878c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")