summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/html-tidy
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-10-16treewide: preserve hashesMatthew Bauer
avoid mass rebuild from the last commits
2018-10-16treewide: don’t set CMAKE_SYSTEM_NAMEMatthew Bauer
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson
Want to get this out of here for 18.09, so it can be deprecated thereafter.
2018-03-04html-tidy: 5.4.0 -> 5.6.0Ryan Mulligan
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy -h` got 0 exit code - ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy --help` got 0 exit code - ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy help` got 0 exit code - ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy -V` and found version 5.6.0 - ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy -v` and found version 5.6.0 - ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy --version` and found version 5.6.0 - ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy -h` and found version 5.6.0 - ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy --help` and found version 5.6.0 - found 5.6.0 with grep in /nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0 - found 5.6.0 in filename of file in /nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0 cc "@edwtjo"
2017-07-24html-tidy: 5.2.0 -> 5.4.0Patrick Callahan
2017-06-28html-tidy: Don't use stdenv.crosshsloan
2017-01-25html-tidy: 5.0.0 -> 5.2.0Robin Gloster
2016-04-25html-tidy: fix on mingwVladimír Čunát
This doesn't fix the cross-build by itself due to https://github.com/NixOS/nixpkgs/issues/14965 But in this case one can hack around that "easily" by: (html-tidy.override { inherit (/*non-cross nixpkgs eval*/) cmake; }).crossDrv
2015-11-29html-tidy: unify with its drop-in replacement tidy-html5Vladimír Čunát
- the original project has been unmaintained for years - some dependants needed to be patched due to renamed headers https://github.com/htacg/tidy-html5/issues/326#issuecomment-160329114 - separate tidy-html5 package was removed, as since the 5.0.0 version it's meant as a successor to both, and library name got back from libtidy5.so to libtidy.so https://github.com/htacg/tidy-html5/issues/326#issuecomment-160314666 /cc committers to tidy-html5: @edwjto and @zimbatm.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk
2013-08-16unmaintain several packagesLudovic Courtès
2013-06-09Change package versions to conform to nixpkgs conventions.Evgeny Egorochkin
2009-07-05Add HTML Tidy, an HTML validator.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=16176