mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Remove python2-sphinxcontrib-programoutput.
* gnu/packages/sphinx.scm (python2-sphinxcontrib-programoutput): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
f673e713c0
commit
cc59d9cbf8
1 changed files with 1 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
|
||||
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||
;;; Copyright © 2021 Eric Bavier <bavier@posteo.net>
|
||||
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
|
||||
;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net>
|
||||
;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr>
|
||||
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;;
|
||||
|
@ -406,9 +406,6 @@ (define-public python-sphinxcontrib-programoutput
|
|||
(home-page "https://github.com/NextThought/sphinxcontrib-programoutput")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public python2-sphinxcontrib-programoutput
|
||||
(package-with-python2 python-sphinxcontrib-programoutput))
|
||||
|
||||
(define-public python-sphinxcontrib-qthelp
|
||||
(package
|
||||
(name "python-sphinxcontrib-qthelp")
|
||||
|
|
Loading…
Reference in a new issue