Commit Graph

19 Commits

Author SHA1 Message Date
h7x4
b8054ecd8a treewide: add mainProgram 2023-11-23 21:04:16 +01:00
Scott Worley
dd4281be50 htmldoc: 1.9.16 -> 1.9.17 2023-09-18 11:11:33 -07:00
shanemikel
c8613122a0 Remove maintainer from tools/typesetting/htmldoc 2023-04-03 16:44:06 -07:00
Chen
ac4755181f
htmldoc: fix darwin build (#178725)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-23 21:16:47 +02:00
ajs124
cc86763b86
Merge pull request #174007 from FliegendeWurst/htmldoc-1.9.16
htmldoc: 1.9.15 -> 1.9.16
2022-06-22 18:34:38 +02:00
Rick van Schijndel
cd3c25616d treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
FliegendeWurst
83602a5aba htmldoc: 1.9.15 -> 1.9.16 2022-05-22 17:54:13 +02:00
R. Ryantm
09af06e3cc htmldoc: 1.9.14 -> 1.9.15 2022-02-12 20:37:07 -08:00
R. Ryantm
a712326cfb htmldoc: 1.9.13 -> 1.9.14 2021-12-31 11:27:35 -08:00
R. Ryantm
5e67953f20 htmldoc: 1.9.12 -> 1.9.13 2021-12-07 03:43:34 +00:00
Thomas Gerbet
4c960a0284 htmldoc: 1.9.11 -> 1.9.12
Fixes CVE-2021-20308.

https://github.com/michaelrsweet/htmldoc/releases/tag/v1.9.12
2021-05-22 09:56:56 +02:00
LeSuisse
dcdf30a78a
htmldoc: 1.8.29 -> 1.9.11 (#119226)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-15 02:37:46 +02:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Lluís Batlle i Rossell
66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Shane Pearlman
fa9400f16f htmldoc: use stdenv.lib.optional instead of stdenv.lib.enable 2017-03-19 14:21:29 -07:00
Jörg Thalheim
1b10483b5e
htmldoc: use sha256 instead of md5 2017-03-19 13:31:13 +01:00
Shane Pearlman
63bd364cf9 htmldoc: add darwin support
I also added a long description and updated the homepage to point to
the author’s new github.io site.
2017-03-18 21:44:55 -07:00