summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:03:51 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:21 -0400
commit27bdd10b92bee9db0e590e46eec42757478bedc4 (patch)
treedac1d8ce921bb12038f5f3ace0c6609ee7149944 /gnu/packages/python-xyz.scm
parent5f33d83bf820e3284c1cc72686bd041033ffa4d6 (diff)
downloadguix-patches-27bdd10b92bee9db0e590e46eec42757478bedc4.tar
guix-patches-27bdd10b92bee9db0e590e46eec42757478bedc4.tar.gz
gnu: Remove python2-rst.linker.
* gnu/packages/python-xyz.scm (python2-rst.linker): Delete variable.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm3
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")