diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:09 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:34:00 +0100 |
commit | 0d308517f5c95cf5720b34d449c1820df83dc1df (patch) | |
tree | 86817210b1294e612f08ae06493dd4c844258ad8 | |
parent | daa315c082792bdf6fe845262497b671656eded9 (diff) |
gnu: Remove python2-cssmin.
* gnu/packages/python-web.scm (python2-cssmin): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index ba3a882adc..0af3659575 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3714,9 +3714,6 @@ CSS tidy. Also supports URL rewriting in CSS files.") (description "Python port of the YUI CSS Compressor.") (license (list license:expat license:bsd-3)))) -(define-public python2-cssmin - (package-with-python2 python-cssmin)) - (define-public python-elasticsearch (package (name "python-elasticsearch") |