diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:08:51 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:33:58 +0100 |
commit | b896db8cd19a4f009d2ee687ce71afdc5615bbe8 (patch) | |
tree | 6b1c3ec71009f32120219435a663726a9322681d /gnu/packages | |
parent | a0016c48d0756d952da76c1d214771242c4ddd53 (diff) | |
download | guix-b896db8cd19a4f009d2ee687ce71afdc5615bbe8.tar.gz guix-b896db8cd19a4f009d2ee687ce71afdc5615bbe8.zip |
gnu: Remove python2-sphinx-repoze-autointerface.
* gnu/packages/sphinx.scm (python2-sphinx-repoze-autointerface): Remove
variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/sphinx.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 8e3958e6a2..176257b466 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -595,9 +595,6 @@ introspection of @code{zope.interface} instances in code.") (home-page "https://github.com/repoze/repoze.sphinx.autointerface") (license license:repoze))) -(define-public python2-sphinx-repoze-autointerface - (package-with-python2 python-sphinx-repoze-autointerface)) - (define-public python-sphinx-prompt (package (name "python-sphinx-prompt") |