diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 13:11:01 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 15:45:35 +0100 |
commit | 751c1b5960508645d1257eb584ff3d5c1627e6c3 (patch) | |
tree | 46aecc9dfe48692746af44b4d4cd0e212b087a8a | |
parent | da44dcb87e713dcb6e75a465ed41eb64f5ffad0c (diff) | |
download | guix-751c1b5960508645d1257eb584ff3d5c1627e6c3.tar.gz guix-751c1b5960508645d1257eb584ff3d5c1627e6c3.zip |
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.scm | 3 |
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") |