[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: Remove python2-debian.
From: |
guix-commits |
Subject: |
01/03: gnu: Remove python2-debian. |
Date: |
Sat, 25 Jan 2020 09:03:34 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 8fe54fa806b61ebdab7073d8f50b3c316fc1a475
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Jan 25 14:55:04 2020 +0100
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.
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 89be80f..11e2a28 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")