summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-09-07 23:12:02 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-11-11 12:18:25 -0500
commit00bd5d3e4f05b73dfe0f5838823483349ae4ff3f (patch)
tree255b0a224e7b126aa7d1f8a3b4890a08fced9923 /gnu/packages/check.scm
parent5a1ddd146bfd6cd874d0617872fe45148832113b (diff)
downloadguix-patches-00bd5d3e4f05b73dfe0f5838823483349ae4ff3f.tar
guix-patches-00bd5d3e4f05b73dfe0f5838823483349ae4ff3f.tar.gz
gnu: python2-lit: Remove package.
* gnu/packages/check.scm (python2-lit): Remove package.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r--gnu/packages/check.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 9b896e879c..fd13a24036 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2210,9 +2210,6 @@ style test suites, summarizing their results, and providing indication of
failures.")
(license license:ncsa)))
-(define-public python2-lit
- (package-with-python2 python-lit))
-
(define-public python-pytest-pep8
(package
(name "python-pytest-pep8")