gnu: Remove python2-dirsync.

* gnu/packages/python-xyz.scm (python2-dirsync): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:22:12 -04:00
parent f0713c6fe7
commit 754d176b07
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -20153,9 +20153,6 @@ (define-public python-dirsync
(description "Advanced directory tree synchronisation tool.")
(license license:expat)))
(define-public python2-dirsync
(package-with-python2 python-dirsync))
(define-public python-levenshtein
(package
(name "python-levenshtein")