summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-16 13:11:01 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-16 15:45:35 +0100
commit751c1b5960508645d1257eb584ff3d5c1627e6c3 (patch)
tree46aecc9dfe48692746af44b4d4cd0e212b087a8a
parentda44dcb87e713dcb6e75a465ed41eb64f5ffad0c (diff)
downloadpatches-751c1b5960508645d1257eb584ff3d5c1627e6c3.tar
patches-751c1b5960508645d1257eb584ff3d5c1627e6c3.tar.gz
gnu: Remove python2-gitpython.
This package fails to build and has no users in Guix. * gnu/packages/version-control.scm (python2-gitpython): Remove variable.
-rw-r--r--gnu/packages/version-control.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 599fb2839e..4249d4edcf 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1061,9 +1061,6 @@ either a pure Python implementation, or the faster, but more resource intensive
@command{git} command implementation.")
(license license:bsd-3)))
-(define-public python2-gitpython
- (package-with-python2 python-gitpython))
-
(define-public shflags
(package
(name "shflags")