me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-cssutils.

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Vinicius Monego 2022-01-19 14:08:58 +00:00 committed by Mathieu Othacehe
parent 90b6c3f4e6
commit e5f4d0db93
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 0 additions and 3 deletions

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)