aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-25 14:55:04 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-25 14:56:28 +0100
commit8fe54fa806b61ebdab7073d8f50b3c316fc1a475 (patch)
treeab79d943972d6aa24d5bba2e90ebcc9458c4a350
parent0edbb65d5cde814a1abf00d06ae5a758eddfa0e5 (diff)
downloadguix-8fe54fa806b61ebdab7073d8f50b3c316fc1a475.tar
guix-8fe54fa806b61ebdab7073d8f50b3c316fc1a475.tar.gz
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.
-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 89be80f7fc..11e2a28df4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7599,9 +7599,6 @@ Debian-related files, such as:
;; 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")