gnu: Remove python2-diff-match-patch.

* gnu/packages/python-xyz.scm (python2-diff-match-patch): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 02:49:10 -04:00
parent b3aefaf48b
commit 1fc39b25bc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -19272,9 +19272,6 @@ (define-public python-diff-match-patch
perform the operations required for synchronizing plain text.")
(license license:asl2.0)))
(define-public python2-diff-match-patch
(package-with-python2 python-diff-match-patch))
(define-public python-dirsync
(package
(name "python-dirsync")