diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:22:12 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:07 -0400 |
commit | 754d176b07fd3536e139751a63b41d865285ea71 (patch) | |
tree | affc10be2a7fd6ac6c70d92911553084bdcd09a0 | |
parent | f0713c6fe7b484e6321156d74014969a23e95516 (diff) |
gnu: Remove python2-dirsync.
* gnu/packages/python-xyz.scm (python2-dirsync): Delete variable.
-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 a7b03b0e46..48bce48b83 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20153,9 +20153,6 @@ point is the point of maximum curvature.") (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") |