diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:03:51 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:21 -0400 |
commit | 27bdd10b92bee9db0e590e46eec42757478bedc4 (patch) | |
tree | dac1d8ce921bb12038f5f3ace0c6609ee7149944 /gnu/packages | |
parent | 5f33d83bf820e3284c1cc72686bd041033ffa4d6 (diff) |
gnu: Remove python2-rst.linker.
* gnu/packages/python-xyz.scm (python2-rst.linker): Delete variable.
Diffstat (limited to 'gnu/packages')
-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 eb543ac5b6..ff905a09eb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5125,9 +5125,6 @@ reStructuredText external reference or timestamps. It's primary purpose is to augment the changelog, but it can be used for other documents, too.") (license license:expat))) -(define-public python2-rst.linker - (package-with-python2 python-rst.linker)) - (define-public python-sshpubkeys (package (name "python-sshpubkeys") |