diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:08 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:34:00 +0100 |
commit | daa315c082792bdf6fe845262497b671656eded9 (patch) | |
tree | 9b495df82b4e451349c4883d57032865f603b5e7 | |
parent | a53abfb07575485a66f17a2f6e262c93f2c0fe73 (diff) | |
download | guix-daa315c082792bdf6fe845262497b671656eded9.tar guix-daa315c082792bdf6fe845262497b671656eded9.tar.gz |
gnu: Remove python2-htmlmin.
* gnu/packages/python-web.scm (python2-htmlmin): 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 295cebe155..ba3a882adc 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3540,9 +3540,6 @@ specs from your Flask-Restful projects.") It comes with safe defaults and easily configurable options.") (license license:bsd-3))) -(define-public python2-htmlmin - (package-with-python2 python-htmlmin)) - (define-public python-flask-htmlmin (package (name "python-flask-htmlmin") |