diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-01 02:49:10 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:49 -0400 |
commit | 1fc39b25bcb0812e4a3d36879d866ceaef30c2e9 (patch) | |
tree | 898b6e8338f336df48757574158c8eba784f28d9 /gnu | |
parent | b3aefaf48bb7544613b0b070c3a48f8e37e6c5b6 (diff) | |
download | guix-1fc39b25bcb0812e4a3d36879d866ceaef30c2e9.tar.gz |
gnu: Remove python2-diff-match-patch.
* gnu/packages/python-xyz.scm (python2-diff-match-patch): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c8c30bcfda..8ebbb1edc5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19272,9 +19272,6 @@ point is the point of maximum curvature.") 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") |