1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-04 00:05:56 +02:00

gnu: Remove python2-cssutils.

* gnu/packages/python-web.scm (python2-cssutils): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Vinicius Monego
2022-01-19 14:08:58 +00:00
committed by Mathieu Othacehe
parent 90b6c3f4e6
commit e5f4d0db93
-3
View File
@@ -1462,9 +1462,6 @@ Cascading Style Sheets. Currently it provides a DOM only and no rendering
options.")
(license license:lgpl3+)))
(define-public python2-cssutils
(package-with-python2 python-cssutils))
(define-public python-css-parser
(package
(inherit python-cssutils)