From 0d6c5e0ba1bd6800712e79964f7b9f5c6043f249 Mon Sep 17 00:00:00 2001 From: Morgan Smith Date: Sat, 11 Feb 2023 22:44:27 -0500 Subject: gnu: Remove and deprecate tidy for tidy-html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/web.scm (tidy): Change to deprecated alias for tidy-html * gnu/packages/pumpio.scm (pumpa): Use tidy-html instead of tidy and correct header name. * gnu/packages/markup.scm (hoedown): * gnu/packages/photo.scm (enblend-enfuse): * gnu/packages/php.scm (php): * gnu/packages/python-xyz.scm (python-pytidylib): Use tidy-html instead of tidy. Signed-off-by: Ludovic Courtès --- gnu/packages/photo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/photo.scm') diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 358247f32e..80fc963363 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -383,7 +383,7 @@ (define-public enblend-enfuse imagemagick libxml2 texlive-tiny - tidy + tidy-html transfig)) (inputs (list boost -- cgit v1.2.3