diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-03-15 16:55:08 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-03-23 21:38:04 -0400 |
commit | d1e421ca0db05333ac68cd47826b3ca704f26b29 (patch) | |
tree | 5f5eb87db16777c045d9a28eacd1c8369870552f /gnu/packages | |
parent | ec1a9c61e70e52450b4b80bbf5e6f8cce324036a (diff) | |
download | guix-d1e421ca0db05333ac68cd47826b3ca704f26b29.tar guix-d1e421ca0db05333ac68cd47826b3ca704f26b29.tar.gz |
gnu: python2-flask-htmlmin: Remove package.
* gnu/packages/python-web.scm (python2-flask-htmlmin): Delete.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages')
-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 2c5847312b..5e6673b2c6 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3604,9 +3604,6 @@ It comes with safe defaults and easily configurable options.") "Minify @code{text/html} MIME type responses when using @code{Flask}.") (license license:bsd-3))) -(define-public python2-flask-htmlmin - (package-with-python2 python-flask-htmlmin)) - (define-public python-jsmin (package (name "python-jsmin") |