mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Remove python2-debian.
This trivial package fails to build and has no users in Guix. * gnu/packages/python-xyz.scm (python2-debian): Remove variable.
This commit is contained in:
parent
0edbb65d5c
commit
8fe54fa806
1 changed files with 0 additions and 3 deletions
|
@ -7599,9 +7599,6 @@ (define-public python-debian
|
|||
;; Modules are either GPLv2+ or GPLv3+.
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public python2-debian
|
||||
(package-with-python2 python-debian))
|
||||
|
||||
(define-public python-nbformat
|
||||
(package
|
||||
(name "python-nbformat")
|
||||
|
|
Loading…
Reference in a new issue